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

📋 copy color: '#0BDDC3'

red 11 ◦ green 221 ◦ blue 195

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

Shades of Robin's Egg Blue #0BDDC3

Tints of Robin's Egg Blue #0BDDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.67%

R = 2.58%
G = 51.76%
B = 45.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#0BDDC3 (or 0x0BDDC3) is known color: Robin's Egg Blue. HEX triplet: 0B, DD and C3. RGB value is (11,221,195). Sum of RGB (Red+Green+Blue) = 11+221+195=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDC3 is #F4223C. Grayscale: #9B9B9B. Windows color (decimal): -15999549 or 12836107. OLE color: 12836107.

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

Color convert

RGB 11 221 195 -
CMYK 0.95 0 0.12 0.13
HSL 172.57º 0.91% 0.45% -
HSV(B) 172.57º 0.95% 0.87% -
XYZ 35.84 55.72 60.5 -
YUV 155.25 150.43 25.11 -
System Red Green Blue C M Y K H S L
Decimal 11 221 195 0.95 0 0.12 0.13 172.57 0.91 0.45
Hex B DD C3 5F 0 C D AD 5B 2D
Octal 13 335 303 137 0 14 15 255 133 55
Binary 1011 11011101 11000011 1011111 0 1100 1101 10101101 1011011 101101

Color Harmonies of #0BDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDC3

Black with #0BDDC3

Text Example


Text Example

White with #0BDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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