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

📋 copy color: '#0BCCCC'

red 11 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #0BCCCC

Tints of Robin's Egg Blue #0BCCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 2.63%
G = 48.69%
B = 48.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0BCCCC (or 0x0BCCCC) is known color: Robin's Egg Blue. HEX triplet: 0B, CC and CC. RGB value is (11,204,204). Sum of RGB (Red+Green+Blue) = 11+204+204=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #0BCCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCCC is #F43333. Grayscale: #929292. Windows color (decimal): -16003892 or 13421579. OLE color: 13421579.

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

Color convert

RGB 11 204 204 -
CMYK 0.95 0 0 0.2
HSL 180º 0.9% 0.42% -
HSV(B) 180º 0.95% 0.8% -
XYZ 32.63 47.62 64.6 -
YUV 146.29 160.56 31.5 -
System Red Green Blue C M Y K H S L
Decimal 11 204 204 0.95 0 0 0.2 180 0.9 0.42
Hex B CC CC 5F 0 0 14 B4 5A 2A
Octal 13 314 314 137 0 0 24 264 132 52
Binary 1011 11001100 11001100 1011111 0 0 10100 10110100 1011010 101010

Color Harmonies of #0BCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCCC

Black with #0BCCCC

Text Example


Text Example

White with #0BCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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