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

📋 copy color: '#0BCCCD'

red 11 ◦ green 204 ◦ blue 205

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

Shades of Robin's Egg Blue #0BCCCD

Tints of Robin's Egg Blue #0BCCCD

RGB

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

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

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

R = 2.62%
G = 48.57%
B = 48.81%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BCCCD (or 0x0BCCCD) is known color: Robin's Egg Blue. HEX triplet: 0B, CC and CD. RGB value is (11,204,205). Sum of RGB (Red+Green+Blue) = 11+204+205=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BCCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCCD is #F43332. Grayscale: #929292. Windows color (decimal): -16003891 or 13487115. OLE color: 13487115.

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

Color convert

RGB 11 204 205 -
CMYK 0.95 0.00 0 0.20
HSL 180.31º 0.9% 0.42% -
HSV(B) 180.31º 0.95% 0.8% -
XYZ 32.75 47.66 65.23 -
YUV 146.41 161.06 31.42 -
System Red Green Blue C M Y K H S L
Decimal 11 204 205 0.95 0.00 0 0.20 180.31 0.9 0.42
Hex B CC CD 5F 0 0 14 B4 5A 2A
Octal 13 314 315 137 0 0 24 264 132 52
Binary 1011 11001100 11001101 1011111 0 0 10100 10110100 1011010 101010

Color Harmonies of #0BCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCCD

Black with #0BCCCD

Text Example


Text Example

White with #0BCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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