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

📋 copy color: '#10CBB8'

red 16 ◦ green 203 ◦ blue 184

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

Shades of Robin's Egg Blue #10CBB8

Tints of Robin's Egg Blue #10CBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.66%

R = 3.97%
G = 50.37%
B = 45.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#10CBB8 (or 0x10CBB8) is known color: Robin's Egg Blue. HEX triplet: 10, CB and B8. RGB value is (16,203,184). Sum of RGB (Red+Green+Blue) = 16+203+184=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #10CBB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBB8 is #EF3447. Grayscale: #909090. Windows color (decimal): -15676488 or 12110608. OLE color: 12110608.

HSL color Cylindrical-coordinate representation of color #10CBB8: hue angle of 173.9º 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 #10CBB8 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 203 184 -
CMYK 0.92 0 0.09 0.20
HSL 173.9º 0.85% 0.43% -
HSV(B) 173.9º 0.92% 0.8% -
XYZ 30.22 46.28 52.69 -
YUV 144.92 150.05 36.04 -
System Red Green Blue C M Y K H S L
Decimal 16 203 184 0.92 0 0.09 0.20 173.9 0.85 0.43
Hex 10 CB B8 5C 0 9 14 AE 55 2B
Octal 20 313 270 134 0 11 24 256 125 53
Binary 10000 11001011 10111000 1011100 0 1001 10100 10101110 1010101 101011

Color Harmonies of #10CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBB8

Black with #10CBB8

Text Example


Text Example

White with #10CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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