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

📋 copy color: '#0BC9CA'

red 11 ◦ green 201 ◦ blue 202

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

Shades of Robin's Egg Blue #0BC9CA

Tints of Robin's Egg Blue #0BC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.55%

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 2.66%
G = 48.55%
B = 48.79%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0BC9CA (or 0x0BC9CA) is known color: Robin's Egg Blue. HEX triplet: 0B, C9 and CA. RGB value is (11,201,202). Sum of RGB (Red+Green+Blue) = 11+201+202=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #0BC9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9CA is #F43635. Grayscale: #909090. Windows color (decimal): -16004662 or 13289739. OLE color: 13289739.

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

Color convert

RGB 11 201 202 -
CMYK 0.95 0.00 0 0.21
HSL 180.31º 0.9% 0.42% -
HSV(B) 180.31º 0.95% 0.79% -
XYZ 31.69 46.11 63.11 -
YUV 144.3 160.55 32.92 -
System Red Green Blue C M Y K H S L
Decimal 11 201 202 0.95 0.00 0 0.21 180.31 0.9 0.42
Hex B C9 CA 5F 0 0 15 B4 5A 2A
Octal 13 311 312 137 0 0 25 264 132 52
Binary 1011 11001001 11001010 1011111 0 0 10101 10110100 1011010 101010

Color Harmonies of #0BC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC9CA

Black with #0BC9CA

Text Example


Text Example

White with #0BC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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