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

📋 copy color: '#0BDDC8'

red 11 ◦ green 221 ◦ blue 200

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

Shades of Robin's Egg Blue #0BDDC8

Tints of Robin's Egg Blue #0BDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.16%

 BLUE value IS 200 (78.52% from 255) = 46.3%

R = 2.55%
G = 51.16%
B = 46.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#0BDDC8 (or 0x0BDDC8) is known color: Robin's Egg Blue. HEX triplet: 0B, DD and C8. RGB value is (11,221,200). Sum of RGB (Red+Green+Blue) = 11+221+200=432 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDC8 is #F42237. Grayscale: #9B9B9B. Windows color (decimal): -15999544 or 13163787. OLE color: 13163787.

HSL color Cylindrical-coordinate representation of color #0BDDC8: hue angle of 174º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDC8 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 221 200 -
CMYK 0.95 0 0.10 0.13
HSL 174º 0.91% 0.45% -
HSV(B) 174º 0.95% 0.87% -
XYZ 36.42 55.95 63.52 -
YUV 155.82 152.93 24.71 -
System Red Green Blue C M Y K H S L
Decimal 11 221 200 0.95 0 0.10 0.13 174 0.91 0.45
Hex B DD C8 5F 0 A D AE 5B 2D
Octal 13 335 310 137 0 12 15 256 133 55
Binary 1011 11011101 11001000 1011111 0 1010 1101 10101110 1011011 101101

Color Harmonies of #0BDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDC8

Black with #0BDDC8

Text Example


Text Example

White with #0BDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,221,200); }

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

background-color css

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

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

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

border-color css

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

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

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