Html Css Color HEX #12C9CC Robin's Egg Blue

📋 copy color: '#12C9CC'

red 18 ◦ green 201 ◦ blue 204

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

Shades of Robin's Egg Blue #12C9CC

Tints of Robin's Egg Blue #12C9CC

RGB

 RED value IS 18 (7.42% from 255) = 4.26%

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 4.26%
G = 47.52%
B = 48.23%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#12C9CC (or 0x12C9CC) is known color: Robin's Egg Blue. HEX triplet: 12, C9 and CC. RGB value is (18,201,204). Sum of RGB (Red+Green+Blue) = 18+201+204=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 201 (78.91% from 255 or 47.52% 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 #12C9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C9CC is #ED3633. Grayscale: #929292. Windows color (decimal): -15545908 or 13420818. OLE color: 13420818.

HSL color Cylindrical-coordinate representation of color #12C9CC: hue angle of 180.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C9CC is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 201 204 -
CMYK 0.91 0.01 0 0.2
HSL 180.97º 0.84% 0.44% -
HSV(B) 180.97º 0.91% 0.8% -
XYZ 32.04 46.26 64.37 -
YUV 146.63 160.37 36.26 -
System Red Green Blue C M Y K H S L
Decimal 18 201 204 0.91 0.01 0 0.2 180.97 0.84 0.44
Hex 12 C9 CC 5B 1 0 14 B5 54 2C
Octal 22 311 314 133 1 0 24 265 124 54
Binary 10010 11001001 11001100 1011011 1 0 10100 10110101 1010100 101100

Color Harmonies of #12C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C9CC

Black with #12C9CC

Text Example


Text Example

White with #12C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12C9CC; }

 p { color: rgb(18,201,204); }

 H1.HeaderClassName
 {
   color: #12C9CC;
 }
 .AnyTagClassName
 {
   color: #12C9CC;
 }
</style>

background-color css

<style>
 a { background-color: #12C9CC; }

 a { background-color: rgb(18,201,204); }

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

border-color css

<style>
 span { border-color: #12C9CC; }

 span { border-color: rgb(18,201,204); }

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