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

📋 copy color: '#0BCEBF'

red 11 ◦ green 206 ◦ blue 191

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

Shades of Robin's Egg Blue #0BCEBF

Tints of Robin's Egg Blue #0BCEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 2.7%
G = 50.49%
B = 46.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#0BCEBF (or 0x0BCEBF) is known color: Robin's Egg Blue. HEX triplet: 0B, CE and BF. RGB value is (11,206,191). Sum of RGB (Red+Green+Blue) = 11+206+191=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEBF is #F43140. Grayscale: #919191. Windows color (decimal): -16003393 or 12570123. OLE color: 12570123.

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

Color convert

RGB 11 206 191 -
CMYK 0.95 0 0.07 0.19
HSL 175.38º 0.9% 0.43% -
HSV(B) 175.38º 0.95% 0.81% -
XYZ 31.61 47.98 56.88 -
YUV 145.99 153.4 31.72 -
System Red Green Blue C M Y K H S L
Decimal 11 206 191 0.95 0 0.07 0.19 175.38 0.9 0.43
Hex B CE BF 5F 0 7 13 AF 5A 2B
Octal 13 316 277 137 0 7 23 257 132 53
Binary 1011 11001110 10111111 1011111 0 111 10011 10101111 1011010 101011

Color Harmonies of #0BCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEBF

Black with #0BCEBF

Text Example


Text Example

White with #0BCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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