Html Css Color HEX #06CEFE Deep Sky Blue

📋 copy color: '#06CEFE'

red 6 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #06CEFE

Tints of Deep Sky Blue #06CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 1.29%
G = 44.21%
B = 54.51%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06CEFE (or 0x06CEFE) is known color: Deep Sky Blue. HEX triplet: 06, CE and FE. RGB value is (6,206,254). Sum of RGB (Red+Green+Blue) = 6+206+254=466 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #06CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CEFE is #F93101. Grayscale: #979797. Windows color (decimal): -16331010 or 16698886. OLE color: 16698886.

HSL color Cylindrical-coordinate representation of color #06CEFE: hue angle of 191.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CEFE is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 206 254 -
CMYK 0.98 0.19 0 0.00
HSL 191.61º 0.99% 0.51% -
HSV(B) 191.61º 0.98% 1% -
XYZ 40.04 51.34 101.56 -
YUV 151.67 185.74 24.1 -
System Red Green Blue C M Y K H S L
Decimal 6 206 254 0.98 0.19 0 0.00 191.61 0.99 0.51
Hex 6 CE FE 62 13 0 0 C0 63 33
Octal 6 316 376 142 23 0 0 300 143 63
Binary 110 11001110 11111110 1100010 10011 0 0 11000000 1100011 110011

Color Harmonies of #06CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CEFE

Black with #06CEFE

Text Example


Text Example

White with #06CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,206,254); }

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

background-color css

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

 a { background-color: rgb(6,206,254); }

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

border-color css

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

 span { border-color: rgb(6,206,254); }

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