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

📋 copy color: '#0BCEB4'

red 11 ◦ green 206 ◦ blue 180

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

Shades of Robin's Egg Blue #0BCEB4

Tints of Robin's Egg Blue #0BCEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.89%

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 2.77%
G = 51.89%
B = 45.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#0BCEB4 (or 0x0BCEB4) is known color: Robin's Egg Blue. HEX triplet: 0B, CE and B4. RGB value is (11,206,180). Sum of RGB (Red+Green+Blue) = 11+206+180=397 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.77% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEB4 is #F4314B. Grayscale: #909090. Windows color (decimal): -16003404 or 11849227. OLE color: 11849227.

HSL color Cylindrical-coordinate representation of color #0BCEB4: hue angle of 172º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEB4 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 206 180 -
CMYK 0.95 0 0.13 0.19
HSL 172º 0.9% 0.43% -
HSV(B) 172º 0.95% 0.81% -
XYZ 30.45 47.51 50.75 -
YUV 144.73 147.9 32.61 -
System Red Green Blue C M Y K H S L
Decimal 11 206 180 0.95 0 0.13 0.19 172 0.9 0.43
Hex B CE B4 5F 0 D 13 AC 5A 2B
Octal 13 316 264 137 0 15 23 254 132 53
Binary 1011 11001110 10110100 1011111 0 1101 10011 10101100 1011010 101011

Color Harmonies of #0BCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEB4

Black with #0BCEB4

Text Example


Text Example

White with #0BCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,206,180); }

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

background-color css

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

 a { background-color: rgb(11,206,180); }

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

border-color css

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

 span { border-color: rgb(11,206,180); }

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