Html Css Color HEX #06CBCC Robin's Egg Blue

📋 copy color: '#06CBCC'

red 6 ◦ green 203 ◦ blue 204

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

Shades of Robin's Egg Blue #06CBCC

Tints of Robin's Egg Blue #06CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 1.45%
G = 49.15%
B = 49.39%

CMYK

 C value IS 0.97

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#06CBCC (or 0x06CBCC) is known color: Robin's Egg Blue. HEX triplet: 06, CB and CC. RGB value is (6,203,204). Sum of RGB (Red+Green+Blue) = 6+203+204=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #06CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBCC is #F93433. Grayscale: #909090. Windows color (decimal): -16331828 or 13421318. OLE color: 13421318.

HSL color Cylindrical-coordinate representation of color #06CBCC: hue angle of 180.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBCC is Cyan = 0.97, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 203 204 -
CMYK 0.97 0.00 0 0.2
HSL 180.3º 0.94% 0.41% -
HSV(B) 180.3º 0.97% 0.8% -
XYZ 32.33 47.11 64.52 -
YUV 144.21 161.73 29.42 -
System Red Green Blue C M Y K H S L
Decimal 6 203 204 0.97 0.00 0 0.2 180.3 0.94 0.41
Hex 6 CB CC 61 0 0 14 B4 5E 29
Octal 6 313 314 141 0 0 24 264 136 51
Binary 110 11001011 11001100 1100001 0 0 10100 10110100 1011110 101001

Color Harmonies of #06CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CBCC

Black with #06CBCC

Text Example


Text Example

White with #06CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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