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

📋 copy color: '#0BCFCB'

red 11 ◦ green 207 ◦ blue 203

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

Shades of Robin's Egg Blue #0BCFCB

Tints of Robin's Egg Blue #0BCFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 2.61%
G = 49.17%
B = 48.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#0BCFCB (or 0x0BCFCB) is known color: Robin's Egg Blue. HEX triplet: 0B, CF and CB. RGB value is (11,207,203). Sum of RGB (Red+Green+Blue) = 11+207+203=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFCB is #F43034. Grayscale: #939393. Windows color (decimal): -16003125 or 13356811. OLE color: 13356811.

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

Color convert

RGB 11 207 203 -
CMYK 0.95 0 0.02 0.19
HSL 178.78º 0.9% 0.43% -
HSV(B) 178.78º 0.95% 0.81% -
XYZ 33.23 49.01 64.21 -
YUV 147.94 159.07 30.33 -
System Red Green Blue C M Y K H S L
Decimal 11 207 203 0.95 0 0.02 0.19 178.78 0.9 0.43
Hex B CF CB 5F 0 2 13 B3 5A 2B
Octal 13 317 313 137 0 2 23 263 132 53
Binary 1011 11001111 11001011 1011111 0 10 10011 10110011 1011010 101011

Color Harmonies of #0BCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFCB

Black with #0BCFCB

Text Example


Text Example

White with #0BCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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