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

📋 copy color: '#0BC4C9'

red 11 ◦ green 196 ◦ blue 201

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

Shades of Robin's Egg Blue #0BC4C9

Tints of Robin's Egg Blue #0BC4C9

RGB

 RED value IS 11 (4.69% from 255) = 2.7%

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

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 2.7%
G = 48.04%
B = 49.26%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0BC4C9 (or 0x0BC4C9) is known color: Robin's Egg Blue. HEX triplet: 0B, C4 and C9. RGB value is (11,196,201). Sum of RGB (Red+Green+Blue) = 11+196+201=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #0BC4C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC4C9 is #F43B36. Grayscale: #8D8D8D. Windows color (decimal): -16005943 or 13222923. OLE color: 13222923.

HSL color Cylindrical-coordinate representation of color #0BC4C9: hue angle of 181.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC4C9 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 196 201 -
CMYK 0.95 0.02 0 0.21
HSL 181.58º 0.9% 0.42% -
HSV(B) 181.58º 0.95% 0.79% -
XYZ 30.42 43.77 62.1 -
YUV 141.26 161.71 35.09 -
System Red Green Blue C M Y K H S L
Decimal 11 196 201 0.95 0.02 0 0.21 181.58 0.9 0.42
Hex B C4 C9 5F 2 0 15 B6 5A 2A
Octal 13 304 311 137 2 0 25 266 132 52
Binary 1011 11000100 11001001 1011111 10 0 10101 10110110 1011010 101010

Color Harmonies of #0BC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC4C9

Black with #0BC4C9

Text Example


Text Example

White with #0BC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,196,201); }

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

background-color css

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

 a { background-color: rgb(11,196,201); }

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

border-color css

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

 span { border-color: rgb(11,196,201); }

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