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

📋 copy color: '#0BCFBD'

red 11 ◦ green 207 ◦ blue 189

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

Shades of Robin's Egg Blue #0BCFBD

Tints of Robin's Egg Blue #0BCFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.86%

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 2.7%
G = 50.86%
B = 46.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#0BCFBD (or 0x0BCFBD) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and BD. RGB value is (11,207,189). Sum of RGB (Red+Green+Blue) = 11+207+189=407 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFBD is #F43042. Grayscale: #929292. Windows color (decimal): -16003139 or 12439307. OLE color: 12439307.

HSL color Cylindrical-coordinate representation of color #0BCFBD: hue angle of 174.49º 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 #0BCFBD is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 207 189 -
CMYK 0.95 0 0.09 0.19
HSL 174.49º 0.9% 0.43% -
HSV(B) 174.49º 0.95% 0.81% -
XYZ 31.64 48.37 55.81 -
YUV 146.34 152.07 31.46 -
System Red Green Blue C M Y K H S L
Decimal 11 207 189 0.95 0 0.09 0.19 174.49 0.9 0.43
Hex B CF BD 5F 0 9 13 AE 5A 2B
Octal 13 317 275 137 0 11 23 256 132 53
Binary 1011 11001111 10111101 1011111 0 1001 10011 10101110 1011010 101011

Color Harmonies of #0BCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFBD

Black with #0BCFBD

Text Example


Text Example

White with #0BCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,207,189); }

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

background-color css

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

 a { background-color: rgb(11,207,189); }

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

border-color css

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

 span { border-color: rgb(11,207,189); }

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