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

📋 copy color: '#0BCACD'

red 11 ◦ green 202 ◦ blue 205

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

Shades of Robin's Egg Blue #0BCACD

Tints of Robin's Egg Blue #0BCACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 2.63%
G = 48.33%
B = 49.04%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BCACD (or 0x0BCACD) is known color: Robin's Egg Blue. HEX triplet: 0B, CA and CD. RGB value is (11,202,205). Sum of RGB (Red+Green+Blue) = 11+202+205=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BCACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCACD is #F43532. Grayscale: #919191. Windows color (decimal): -16004403 or 13486603. OLE color: 13486603.

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

Color convert

RGB 11 202 205 -
CMYK 0.95 0.01 0 0.20
HSL 180.93º 0.9% 0.42% -
HSV(B) 180.93º 0.95% 0.8% -
XYZ 32.28 46.72 65.07 -
YUV 145.23 161.72 32.26 -
System Red Green Blue C M Y K H S L
Decimal 11 202 205 0.95 0.01 0 0.20 180.93 0.9 0.42
Hex B CA CD 5F 1 0 14 B5 5A 2A
Octal 13 312 315 137 1 0 24 265 132 52
Binary 1011 11001010 11001101 1011111 1 0 10100 10110101 1011010 101010

Color Harmonies of #0BCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCACD

Black with #0BCACD

Text Example


Text Example

White with #0BCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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