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

📋 copy color: '#10CBCC'

red 16 ◦ green 203 ◦ blue 204

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

Shades of Robin's Egg Blue #10CBCC

Tints of Robin's Egg Blue #10CBCC

RGB

 RED value IS 16 (6.64% from 255) = 3.78%

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

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

R = 3.78%
G = 47.99%
B = 48.23%

CMYK

 C value IS 0.92

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#10CBCC (or 0x10CBCC) is known color: Robin's Egg Blue. HEX triplet: 10, CB and CC. RGB value is (16,203,204). Sum of RGB (Red+Green+Blue) = 16+203+204=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #10CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBCC is #EF3433. Grayscale: #939393. Windows color (decimal): -15676468 or 13421328. OLE color: 13421328.

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

Color convert

RGB 16 203 204 -
CMYK 0.92 0.00 0 0.2
HSL 180.32º 0.85% 0.43% -
HSV(B) 180.32º 0.92% 0.8% -
XYZ 32.47 47.18 64.52 -
YUV 147.2 160.05 34.42 -
System Red Green Blue C M Y K H S L
Decimal 16 203 204 0.92 0.00 0 0.2 180.32 0.85 0.43
Hex 10 CB CC 5C 0 0 14 B4 55 2B
Octal 20 313 314 134 0 0 24 264 125 53
Binary 10000 11001011 11001100 1011100 0 0 10100 10110100 1010101 101011

Color Harmonies of #10CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBCC

Black with #10CBCC

Text Example


Text Example

White with #10CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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