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

📋 copy color: '#12CBCD'

red 18 ◦ green 203 ◦ blue 205

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

Shades of Robin's Egg Blue #12CBCD

Tints of Robin's Egg Blue #12CBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 4.23%
G = 47.65%
B = 48.12%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12CBCD (or 0x12CBCD) is known color: Robin's Egg Blue. HEX triplet: 12, CB and CD. RGB value is (18,203,205). Sum of RGB (Red+Green+Blue) = 18+203+205=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #12CBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBCD is #ED3432. Grayscale: #939393. Windows color (decimal): -15545395 or 13486866. OLE color: 13486866.

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

Color convert

RGB 18 203 205 -
CMYK 0.91 0.01 0 0.20
HSL 180.64º 0.84% 0.44% -
HSV(B) 180.64º 0.91% 0.8% -
XYZ 32.62 47.25 65.16 -
YUV 147.91 160.21 35.34 -
System Red Green Blue C M Y K H S L
Decimal 18 203 205 0.91 0.01 0 0.20 180.64 0.84 0.44
Hex 12 CB CD 5B 1 0 14 B5 54 2C
Octal 22 313 315 133 1 0 24 265 124 54
Binary 10010 11001011 11001101 1011011 1 0 10100 10110101 1010100 101100

Color Harmonies of #12CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBCD

Black with #12CBCD

Text Example


Text Example

White with #12CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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