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

📋 copy color: '#10C4CC'

red 16 ◦ green 196 ◦ blue 204

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

Shades of Robin's Egg Blue #10C4CC

Tints of Robin's Egg Blue #10C4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

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

R = 3.85%
G = 47.12%
B = 49.04%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#10C4CC (or 0x10C4CC) is known color: Robin's Egg Blue. HEX triplet: 10, C4 and CC. RGB value is (16,196,204). Sum of RGB (Red+Green+Blue) = 16+196+204=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #10C4CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C4CC is #EF3B33. Grayscale: #8E8E8E. Windows color (decimal): -15678260 or 13419536. OLE color: 13419536.

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

Color convert

RGB 16 196 204 -
CMYK 0.92 0.04 0 0.2
HSL 182.55º 0.85% 0.43% -
HSV(B) 182.55º 0.92% 0.8% -
XYZ 30.85 43.95 63.98 -
YUV 143.09 162.37 37.35 -
System Red Green Blue C M Y K H S L
Decimal 16 196 204 0.92 0.04 0 0.2 182.55 0.85 0.43
Hex 10 C4 CC 5C 4 0 14 B7 55 2B
Octal 20 304 314 134 4 0 24 267 125 53
Binary 10000 11000100 11001100 1011100 100 0 10100 10110111 1010101 101011

Color Harmonies of #10C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C4CC

Black with #10C4CC

Text Example


Text Example

White with #10C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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