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

📋 copy color: '#0BCFBE'

red 11 ◦ green 207 ◦ blue 190

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

Shades of Robin's Egg Blue #0BCFBE

Tints of Robin's Egg Blue #0BCFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 2.7%
G = 50.74%
B = 46.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#0BCFBE (or 0x0BCFBE) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and BE. RGB value is (11,207,190). Sum of RGB (Red+Green+Blue) = 11+207+190=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFBE is #F43041. Grayscale: #929292. Windows color (decimal): -16003138 or 12504843. OLE color: 12504843.

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

Color convert

RGB 11 207 190 -
CMYK 0.95 0 0.08 0.19
HSL 174.8º 0.9% 0.43% -
HSV(B) 174.8º 0.95% 0.81% -
XYZ 31.75 48.41 56.39 -
YUV 146.46 152.57 31.38 -
System Red Green Blue C M Y K H S L
Decimal 11 207 190 0.95 0 0.08 0.19 174.8 0.9 0.43
Hex B CF BE 5F 0 8 13 AF 5A 2B
Octal 13 317 276 137 0 10 23 257 132 53
Binary 1011 11001111 10111110 1011111 0 1000 10011 10101111 1011010 101011

Color Harmonies of #0BCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFBE

Black with #0BCFBE

Text Example


Text Example

White with #0BCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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