Html Css Color HEX #00BFFF DeepSkyBlue

📋 copy color: '#00BFFF'

red 0 ◦ green 191 ◦ blue 255

#00BFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of DeepSkyBlue #00BFFF

Tints of DeepSkyBlue #00BFFF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 191 (75% from 255) = 42.83%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 0%
G = 42.83%
B = 57.17%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00BFFF (or 0x00BFFF) is known color: DeepSkyBlue. HEX triplet: 00, BF and FF. RGB value is (0,191,255). Sum of RGB (Red+Green+Blue) = 0+191+255=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #00BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFFF is #FF4000. Grayscale: #8C8C8C. Windows color (decimal): -16728065 or 16760576. OLE color: 16760576.

HSL color Cylindrical-coordinate representation of color #00BFFF: hue angle of 195.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFFF is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 191 255 -
CMYK 1 0.25 0 0
HSL 195.06º 1% 0.5% -
HSV(B) 195.06º 1% 1% -
XYZ 36.68 44.48 101.26 -
YUV 141.19 192.22 27.3 -
System Red Green Blue C M Y K H S L
Decimal 0 191 255 1 0.25 0 0 195.06 1 0.5
Hex 0 BF FF 64 19 0 0 C3 64 32
Octal 0 277 377 144 31 0 0 303 144 62
Binary 0 10111111 11111111 1100100 11001 0 0 11000011 1100100 110010

Color Harmonies of #00BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BFFF

Black with #00BFFF

Text Example


Text Example

White with #00BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BFFF; }

 p { color: rgb(0,191,255); }

 H1.HeaderClassName
 {
   color: #00BFFF;
 }
 .AnyTagClassName
 {
   color: #00BFFF;
 }
</style>

background-color css

<style>
 a { background-color: #00BFFF; }

 a { background-color: rgb(0,191,255); }

 div.DivClassName
 {
   background-color: #00BFFF;
 }
 .BgClassName
 {
   background-color: #00BFFF;
 }
</style>

border-color css

<style>
 span { border-color: #00BFFF; }

 span { border-color: rgb(0,191,255); }

 td.TdClassName
 {
   border-color: #00BFFF;
 }
 .TagClassName
 {
   border-color: #00BFFF;
 }
</style>