Html Css Color HEX #0CC3B8 Robin's Egg Blue

📋 copy color: '#0CC3B8'

red 12 ◦ green 195 ◦ blue 184

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

Shades of Robin's Egg Blue #0CC3B8

Tints of Robin's Egg Blue #0CC3B8

RGB

 RED value IS 12 (5.08% from 255) = 3.07%

 GREEN value IS 195 (76.56% from 255) = 49.87%

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

R = 3.07%
G = 49.87%
B = 47.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#0CC3B8 (or 0x0CC3B8) is known color: Robin's Egg Blue. HEX triplet: 0C, C3 and B8. RGB value is (12,195,184). Sum of RGB (Red+Green+Blue) = 12+195+184=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC3B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC3B8 is #F33C47. Grayscale: #8A8A8A. Windows color (decimal): -15940680 or 12108556. OLE color: 12108556.

HSL color Cylindrical-coordinate representation of color #0CC3B8: hue angle of 176.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC3B8 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 184 -
CMYK 0.94 0 0.06 0.24
HSL 176.39º 0.88% 0.41% -
HSV(B) 176.39º 0.94% 0.76% -
XYZ 28.32 42.57 52.07 -
YUV 139.03 153.37 37.39 -
System Red Green Blue C M Y K H S L
Decimal 12 195 184 0.94 0 0.06 0.24 176.39 0.88 0.41
Hex C C3 B8 5E 0 6 18 B0 58 29
Octal 14 303 270 136 0 6 30 260 130 51
Binary 1100 11000011 10111000 1011110 0 110 11000 10110000 1011000 101001

Color Harmonies of #0CC3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC3B8

Black with #0CC3B8

Text Example


Text Example

White with #0CC3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CC3B8; }

 p { color: rgb(12,195,184); }

 H1.HeaderClassName
 {
   color: #0CC3B8;
 }
 .AnyTagClassName
 {
   color: #0CC3B8;
 }
</style>

background-color css

<style>
 a { background-color: #0CC3B8; }

 a { background-color: rgb(12,195,184); }

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

border-color css

<style>
 span { border-color: #0CC3B8; }

 span { border-color: rgb(12,195,184); }

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