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

📋 copy color: '#12CBCC'

red 18 ◦ green 203 ◦ blue 204

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

Shades of Robin's Egg Blue #12CBCC

Tints of Robin's Egg Blue #12CBCC

RGB

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

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

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

R = 4.24%
G = 47.76%
B = 48%

CMYK

 C value IS 0.91

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#12CBCC (or 0x12CBCC) is known color: Robin's Egg Blue. HEX triplet: 12, CB and CC. RGB value is (18,203,204). Sum of RGB (Red+Green+Blue) = 18+203+204=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #12CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBCC is #ED3433. Grayscale: #939393. Windows color (decimal): -15545396 or 13421330. OLE color: 13421330.

HSL color Cylindrical-coordinate representation of color #12CBCC: hue angle of 180.32º 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 #12CBCC is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 203 204 -
CMYK 0.91 0.00 0 0.2
HSL 180.32º 0.84% 0.44% -
HSV(B) 180.32º 0.91% 0.8% -
XYZ 32.5 47.2 64.52 -
YUV 147.8 159.71 35.42 -
System Red Green Blue C M Y K H S L
Decimal 18 203 204 0.91 0.00 0 0.2 180.32 0.84 0.44
Hex 12 CB CC 5B 0 0 14 B4 54 2C
Octal 22 313 314 133 0 0 24 264 124 54
Binary 10010 11001011 11001100 1011011 0 0 10100 10110100 1010100 101100

Color Harmonies of #12CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBCC

Black with #12CBCC

Text Example


Text Example

White with #12CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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