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

📋 copy color: '#0BCAC6'

red 11 ◦ green 202 ◦ blue 198

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

Shades of Robin's Egg Blue #0BCAC6

Tints of Robin's Egg Blue #0BCAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 2.68%
G = 49.15%
B = 48.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#0BCAC6 (or 0x0BCAC6) is known color: Robin's Egg Blue. HEX triplet: 0B, CA and C6. RGB value is (11,202,198). Sum of RGB (Red+Green+Blue) = 11+202+198=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCAC6 is #F43539. Grayscale: #909090. Windows color (decimal): -16004410 or 13027851. OLE color: 13027851.

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

Color convert

RGB 11 202 198 -
CMYK 0.95 0 0.02 0.21
HSL 178.74º 0.9% 0.42% -
HSV(B) 178.74º 0.95% 0.79% -
XYZ 31.45 46.39 60.72 -
YUV 144.44 158.22 32.83 -
System Red Green Blue C M Y K H S L
Decimal 11 202 198 0.95 0 0.02 0.21 178.74 0.9 0.42
Hex B CA C6 5F 0 2 15 B3 5A 2A
Octal 13 312 306 137 0 2 25 263 132 52
Binary 1011 11001010 11000110 1011111 0 10 10101 10110011 1011010 101010

Color Harmonies of #0BCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCAC6

Black with #0BCAC6

Text Example


Text Example

White with #0BCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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