Html Css Color HEX #06CBFF Deep Sky Blue

📋 copy color: '#06CBFF'

red 6 ◦ green 203 ◦ blue 255

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

Shades of Deep Sky Blue #06CBFF

Tints of Deep Sky Blue #06CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.75%

 BLUE value IS 255 (100% from 255) = 54.96%

R = 1.29%
G = 43.75%
B = 54.96%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06CBFF (or 0x06CBFF) is known color: Deep Sky Blue. HEX triplet: 06, CB and FF. RGB value is (6,203,255). Sum of RGB (Red+Green+Blue) = 6+203+255=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #06CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CBFF is #F93400. Grayscale: #959595. Windows color (decimal): -16331777 or 16763654. OLE color: 16763654.

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

Color convert

RGB 6 203 255 -
CMYK 0.98 0.20 0 0
HSL 192.53º 1% 0.51% -
HSV(B) 192.53º 0.98% 1% -
XYZ 39.48 49.97 102.17 -
YUV 150.03 187.23 25.27 -
System Red Green Blue C M Y K H S L
Decimal 6 203 255 0.98 0.20 0 0 192.53 1 0.51
Hex 6 CB FF 62 14 0 0 C1 64 33
Octal 6 313 377 142 24 0 0 301 144 63
Binary 110 11001011 11111111 1100010 10100 0 0 11000001 1100100 110011

Color Harmonies of #06CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CBFF

Black with #06CBFF

Text Example


Text Example

White with #06CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,203,255); }

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

background-color css

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

 a { background-color: rgb(6,203,255); }

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

border-color css

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

 span { border-color: rgb(6,203,255); }

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