Html Css Color HEX #06CEFC Deep Sky Blue

📋 copy color: '#06CEFC'

red 6 ◦ green 206 ◦ blue 252

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

Shades of Deep Sky Blue #06CEFC

Tints of Deep Sky Blue #06CEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 1.29%
G = 44.4%
B = 54.31%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06CEFC (or 0x06CEFC) is known color: Deep Sky Blue. HEX triplet: 06, CE and FC. RGB value is (6,206,252). Sum of RGB (Red+Green+Blue) = 6+206+252=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #06CEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CEFC is #F93103. Grayscale: #979797. Windows color (decimal): -16331012 or 16567814. OLE color: 16567814.

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

Color convert

RGB 6 206 252 -
CMYK 0.98 0.18 0 0.01
HSL 191.22º 0.98% 0.51% -
HSV(B) 191.22º 0.98% 0.99% -
XYZ 39.72 51.21 99.89 -
YUV 151.44 184.74 24.26 -
System Red Green Blue C M Y K H S L
Decimal 6 206 252 0.98 0.18 0 0.01 191.22 0.98 0.51
Hex 6 CE FC 62 12 0 1 BF 62 33
Octal 6 316 374 142 22 0 1 277 142 63
Binary 110 11001110 11111100 1100010 10010 0 1 10111111 1100010 110011

Color Harmonies of #06CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CEFC

Black with #06CEFC

Text Example


Text Example

White with #06CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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