Html Css Color HEX #06CAFE Deep Sky Blue

📋 copy color: '#06CAFE'

red 6 ◦ green 202 ◦ blue 254

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

Shades of Deep Sky Blue #06CAFE

Tints of Deep Sky Blue #06CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

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

R = 1.3%
G = 43.72%
B = 54.98%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06CAFE (or 0x06CAFE) is known color: Deep Sky Blue. HEX triplet: 06, CA and FE. RGB value is (6,202,254). Sum of RGB (Red+Green+Blue) = 6+202+254=462 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #06CAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CAFE is #F93501. Grayscale: #949494. Windows color (decimal): -16332034 or 16697862. OLE color: 16697862.

HSL color Cylindrical-coordinate representation of color #06CAFE: hue angle of 192.58º 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 #06CAFE is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 202 254 -
CMYK 0.98 0.20 0 0.00
HSL 192.58º 0.99% 0.51% -
HSV(B) 192.58º 0.98% 1% -
XYZ 39.09 49.44 101.25 -
YUV 149.32 187.07 25.77 -
System Red Green Blue C M Y K H S L
Decimal 6 202 254 0.98 0.20 0 0.00 192.58 0.99 0.51
Hex 6 CA FE 62 14 0 0 C1 63 33
Octal 6 312 376 142 24 0 0 301 143 63
Binary 110 11001010 11111110 1100010 10100 0 0 11000001 1100011 110011

Color Harmonies of #06CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CAFE

Black with #06CAFE

Text Example


Text Example

White with #06CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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