Html Css Color HEX #06C6EA Deep Sky Blue

📋 copy color: '#06C6EA'

red 6 ◦ green 198 ◦ blue 234

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

Shades of Deep Sky Blue #06C6EA

Tints of Deep Sky Blue #06C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 1.37%
G = 45.21%
B = 53.42%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06C6EA (or 0x06C6EA) is known color: Deep Sky Blue. HEX triplet: 06, C6 and EA. RGB value is (6,198,234). Sum of RGB (Red+Green+Blue) = 6+198+234=438 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #06C6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C6EA is #F93915. Grayscale: #909090. Windows color (decimal): -16333078 or 15386118. OLE color: 15386118.

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

Color convert

RGB 6 198 234 -
CMYK 0.97 0.15 0 0.08
HSL 189.47º 0.95% 0.47% -
HSV(B) 189.47º 0.97% 0.92% -
XYZ 35.12 46.37 84.94 -
YUV 144.7 178.39 29.07 -
System Red Green Blue C M Y K H S L
Decimal 6 198 234 0.97 0.15 0 0.08 189.47 0.95 0.47
Hex 6 C6 EA 61 F 0 8 BD 5F 2F
Octal 6 306 352 141 17 0 10 275 137 57
Binary 110 11000110 11101010 1100001 1111 0 1000 10111101 1011111 101111

Color Harmonies of #06C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C6EA

Black with #06C6EA

Text Example


Text Example

White with #06C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,198,234); }

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

background-color css

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

 a { background-color: rgb(6,198,234); }

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

border-color css

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

 span { border-color: rgb(6,198,234); }

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