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

📋 copy color: '#05CBCC'

red 5 ◦ green 203 ◦ blue 204

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

Shades of Robin's Egg Blue #05CBCC

Tints of Robin's Egg Blue #05CBCC

RGB

 RED value IS 5 (2.34% from 255) = 1.21%

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

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

R = 1.21%
G = 49.27%
B = 49.51%

CMYK

 C value IS 0.98

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#05CBCC (or 0x05CBCC) is known color: Robin's Egg Blue. HEX triplet: 05, CB and CC. RGB value is (5,203,204). Sum of RGB (Red+Green+Blue) = 5+203+204=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #05CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBCC is #FA3433. Grayscale: #8F8F8F. Windows color (decimal): -16397364 or 13421317. OLE color: 13421317.

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

Color convert

RGB 5 203 204 -
CMYK 0.98 0.00 0 0.2
HSL 180.3º 0.95% 0.41% -
HSV(B) 180.3º 0.98% 0.8% -
XYZ 32.32 47.1 64.52 -
YUV 143.91 161.9 28.92 -
System Red Green Blue C M Y K H S L
Decimal 5 203 204 0.98 0.00 0 0.2 180.3 0.95 0.41
Hex 5 CB CC 62 0 0 14 B4 5F 29
Octal 5 313 314 142 0 0 24 264 137 51
Binary 101 11001011 11001100 1100010 0 0 10100 10110100 1011111 101001

Color Harmonies of #05CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBCC

Black with #05CBCC

Text Example


Text Example

White with #05CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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