Html Css Color HEX #06BFE8 Deep Sky Blue

📋 copy color: '#06BFE8'

red 6 ◦ green 191 ◦ blue 232

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

Shades of Deep Sky Blue #06BFE8

Tints of Deep Sky Blue #06BFE8

RGB

 RED value IS 6 (2.73% from 255) = 1.4%

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

 BLUE value IS 232 (91.02% from 255) = 54.08%

R = 1.4%
G = 44.52%
B = 54.08%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#06BFE8 (or 0x06BFE8) is known color: Deep Sky Blue. HEX triplet: 06, BF and E8. RGB value is (6,191,232). Sum of RGB (Red+Green+Blue) = 6+191+232=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #06BFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFE8 is #F94017. Grayscale: #8C8C8C. Windows color (decimal): -16334872 or 15253254. OLE color: 15253254.

HSL color Cylindrical-coordinate representation of color #06BFE8: hue angle of 190.88º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFE8 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 191 232 -
CMYK 0.97 0.18 0 0.09
HSL 190.89º 0.95% 0.47% -
HSV(B) 190.89º 0.97% 0.91% -
XYZ 33.27 43.13 82.91 -
YUV 140.36 179.71 32.17 -
System Red Green Blue C M Y K H S L
Decimal 6 191 232 0.97 0.18 0 0.09 190.89 0.95 0.47
Hex 6 BF E8 61 12 0 9 BF 5F 2F
Octal 6 277 350 141 22 0 11 277 137 57
Binary 110 10111111 11101000 1100001 10010 0 1001 10111111 1011111 101111

Color Harmonies of #06BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFE8

Black with #06BFE8

Text Example


Text Example

White with #06BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BFE8; }

 p { color: rgb(6,191,232); }

 H1.HeaderClassName
 {
   color: #06BFE8;
 }
 .AnyTagClassName
 {
   color: #06BFE8;
 }
</style>

background-color css

<style>
 a { background-color: #06BFE8; }

 a { background-color: rgb(6,191,232); }

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

border-color css

<style>
 span { border-color: #06BFE8; }

 span { border-color: rgb(6,191,232); }

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