Html Css Color HEX #06CFEC Deep Sky Blue

📋 copy color: '#06CFEC'

red 6 ◦ green 207 ◦ blue 236

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

Shades of Deep Sky Blue #06CFEC

Tints of Deep Sky Blue #06CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 1.34%
G = 46.1%
B = 52.56%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06CFEC (or 0x06CFEC) is known color: Deep Sky Blue. HEX triplet: 06, CF and EC. RGB value is (6,207,236). Sum of RGB (Red+Green+Blue) = 6+207+236=449 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #06CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CFEC is #F93013. Grayscale: #959595. Windows color (decimal): -16330772 or 15519494. OLE color: 15519494.

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

Color convert

RGB 6 207 236 -
CMYK 0.97 0.12 0 0.07
HSL 187.57º 0.95% 0.47% -
HSV(B) 187.57º 0.97% 0.93% -
XYZ 37.53 50.72 87.17 -
YUV 150.21 176.41 25.14 -
System Red Green Blue C M Y K H S L
Decimal 6 207 236 0.97 0.12 0 0.07 187.57 0.95 0.47
Hex 6 CF EC 61 C 0 7 BC 5F 2F
Octal 6 317 354 141 14 0 7 274 137 57
Binary 110 11001111 11101100 1100001 1100 0 111 10111100 1011111 101111

Color Harmonies of #06CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CFEC

Black with #06CFEC

Text Example


Text Example

White with #06CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,207,236); }

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

background-color css

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

 a { background-color: rgb(6,207,236); }

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

border-color css

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

 span { border-color: rgb(6,207,236); }

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