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

📋 copy color: '#0BCCCE'

red 11 ◦ green 204 ◦ blue 206

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

Shades of Robin's Egg Blue #0BCCCE

Tints of Robin's Egg Blue #0BCCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.46%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 2.61%
G = 48.46%
B = 48.93%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0BCCCE (or 0x0BCCCE) is known color: Robin's Egg Blue. HEX triplet: 0B, CC and CE. RGB value is (11,204,206). Sum of RGB (Red+Green+Blue) = 11+204+206=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #0BCCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCCE is #F43331. Grayscale: #929292. Windows color (decimal): -16003890 or 13552651. OLE color: 13552651.

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

Color convert

RGB 11 204 206 -
CMYK 0.95 0.01 0 0.19
HSL 180.62º 0.9% 0.43% -
HSV(B) 180.62º 0.95% 0.81% -
XYZ 32.87 47.71 65.87 -
YUV 146.52 161.56 31.34 -
System Red Green Blue C M Y K H S L
Decimal 11 204 206 0.95 0.01 0 0.19 180.62 0.9 0.43
Hex B CC CE 5F 1 0 13 B5 5A 2B
Octal 13 314 316 137 1 0 23 265 132 53
Binary 1011 11001100 11001110 1011111 1 0 10011 10110101 1011010 101011

Color Harmonies of #0BCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCCE

Black with #0BCCCE

Text Example


Text Example

White with #0BCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,204,206); }

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

background-color css

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

 a { background-color: rgb(11,204,206); }

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

border-color css

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

 span { border-color: rgb(11,204,206); }

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