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

📋 copy color: '#0BCFC2'

red 11 ◦ green 207 ◦ blue 194

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

Shades of Robin's Egg Blue #0BCFC2

Tints of Robin's Egg Blue #0BCFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 2.67%
G = 50.24%
B = 47.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#0BCFC2 (or 0x0BCFC2) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and C2. RGB value is (11,207,194). Sum of RGB (Red+Green+Blue) = 11+207+194=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFC2 is #F4303D. Grayscale: #929292. Windows color (decimal): -16003134 or 12766987. OLE color: 12766987.

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

Color convert

RGB 11 207 194 -
CMYK 0.95 0 0.06 0.19
HSL 176.02º 0.9% 0.43% -
HSV(B) 176.02º 0.95% 0.81% -
XYZ 32.19 48.59 58.72 -
YUV 146.91 154.57 31.06 -
System Red Green Blue C M Y K H S L
Decimal 11 207 194 0.95 0 0.06 0.19 176.02 0.9 0.43
Hex B CF C2 5F 0 6 13 B0 5A 2B
Octal 13 317 302 137 0 6 23 260 132 53
Binary 1011 11001111 11000010 1011111 0 110 10011 10110000 1011010 101011

Color Harmonies of #0BCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFC2

Black with #0BCFC2

Text Example


Text Example

White with #0BCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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