Html Css Color HEX #06CCF5 Deep Sky Blue

📋 copy color: '#06CCF5'

red 6 ◦ green 204 ◦ blue 245

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

Shades of Deep Sky Blue #06CCF5

Tints of Deep Sky Blue #06CCF5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.84%

 BLUE value IS 245 (96.09% from 255) = 53.85%

R = 1.32%
G = 44.84%
B = 53.85%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#06CCF5 (or 0x06CCF5) is known color: Deep Sky Blue. HEX triplet: 06, CC and F5. RGB value is (6,204,245). Sum of RGB (Red+Green+Blue) = 6+204+245=455 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #06CCF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CCF5 is #F9330A. Grayscale: #959595. Windows color (decimal): -16331531 or 16108550. OLE color: 16108550.

HSL color Cylindrical-coordinate representation of color #06CCF5: hue angle of 190.29º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CCF5 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 204 245 -
CMYK 0.98 0.17 0 0.04
HSL 190.29º 0.95% 0.49% -
HSV(B) 190.29º 0.98% 0.96% -
XYZ 38.15 49.82 93.99 -
YUV 149.47 181.9 25.67 -
System Red Green Blue C M Y K H S L
Decimal 6 204 245 0.98 0.17 0 0.04 190.29 0.95 0.49
Hex 6 CC F5 62 11 0 4 BE 5F 31
Octal 6 314 365 142 21 0 4 276 137 61
Binary 110 11001100 11110101 1100010 10001 0 100 10111110 1011111 110001

Color Harmonies of #06CCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CCF5

Black with #06CCF5

Text Example


Text Example

White with #06CCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,204,245); }

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

background-color css

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

 a { background-color: rgb(6,204,245); }

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

border-color css

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

 span { border-color: rgb(6,204,245); }

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