Html Css Color HEX #00CBCE Robin's Egg Blue

📋 copy color: '#00CBCE'

red 0 ◦ green 203 ◦ blue 206

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

Shades of Robin's Egg Blue #00CBCE

Tints of Robin's Egg Blue #00CBCE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 0%
G = 49.63%
B = 50.37%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00CBCE (or 0x00CBCE) is known color: Robin's Egg Blue. HEX triplet: 00, CB and CE. RGB value is (0,203,206). Sum of RGB (Red+Green+Blue) = 0+203+206=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #00CBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBCE is #FF3431. Grayscale: #8E8E8E. Windows color (decimal): -16725042 or 13552384. OLE color: 13552384.

HSL color Cylindrical-coordinate representation of color #00CBCE: hue angle of 180.87º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBCE is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 203 206 -
CMYK 1 0.01 0 0.19
HSL 180.87º 1% 0.4% -
HSV(B) 180.87º 1% 0.81% -
XYZ 32.5 47.17 65.78 -
YUV 142.65 163.75 26.26 -
System Red Green Blue C M Y K H S L
Decimal 0 203 206 1 0.01 0 0.19 180.87 1 0.4
Hex 0 CB CE 64 1 0 13 B5 64 28
Octal 0 313 316 144 1 0 23 265 144 50
Binary 0 11001011 11001110 1100100 1 0 10011 10110101 1100100 101000

Color Harmonies of #00CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CBCE

Black with #00CBCE

Text Example


Text Example

White with #00CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CBCE; }

 p { color: rgb(0,203,206); }

 H1.HeaderClassName
 {
   color: #00CBCE;
 }
 .AnyTagClassName
 {
   color: #00CBCE;
 }
</style>

background-color css

<style>
 a { background-color: #00CBCE; }

 a { background-color: rgb(0,203,206); }

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

border-color css

<style>
 span { border-color: #00CBCE; }

 span { border-color: rgb(0,203,206); }

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