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

📋 copy color: '#0BCAC3'

red 11 ◦ green 202 ◦ blue 195

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

Shades of Robin's Egg Blue #0BCAC3

Tints of Robin's Egg Blue #0BCAC3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 195 (76.56% from 255) = 47.79%

R = 2.7%
G = 49.51%
B = 47.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#0BCAC3 (or 0x0BCAC3) is known color: Robin's Egg Blue. HEX triplet: 0B, CA and C3. RGB value is (11,202,195). Sum of RGB (Red+Green+Blue) = 11+202+195=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCAC3 is #F4353C. Grayscale: #8F8F8F. Windows color (decimal): -16004413 or 12831243. OLE color: 12831243.

HSL color Cylindrical-coordinate representation of color #0BCAC3: hue angle of 177.8º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCAC3 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 202 195 -
CMYK 0.95 0 0.03 0.21
HSL 177.8º 0.9% 0.42% -
HSV(B) 177.8º 0.95% 0.79% -
XYZ 31.11 46.25 58.92 -
YUV 144.09 156.72 33.07 -
System Red Green Blue C M Y K H S L
Decimal 11 202 195 0.95 0 0.03 0.21 177.8 0.9 0.42
Hex B CA C3 5F 0 3 15 B2 5A 2A
Octal 13 312 303 137 0 3 25 262 132 52
Binary 1011 11001010 11000011 1011111 0 11 10101 10110010 1011010 101010

Color Harmonies of #0BCAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCAC3

Black with #0BCAC3

Text Example


Text Example

White with #0BCAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,202,195); }

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

background-color css

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

 a { background-color: rgb(11,202,195); }

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

border-color css

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

 span { border-color: rgb(11,202,195); }

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