Html Css Color HEX #0BBDC1 Iris Blue

📋 copy color: '#0BBDC1'

red 11 ◦ green 189 ◦ blue 193

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

Shades of Iris Blue #0BBDC1

Tints of Iris Blue #0BBDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 193 (75.78% from 255) = 49.11%

R = 2.8%
G = 48.09%
B = 49.11%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0BBDC1 (or 0x0BBDC1) is known color: Iris Blue. HEX triplet: 0B, BD and C1. RGB value is (11,189,193). Sum of RGB (Red+Green+Blue) = 11+189+193=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #0BBDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDC1 is #F4423E. Grayscale: #888888. Windows color (decimal): -16007743 or 12696843. OLE color: 12696843.

HSL color Cylindrical-coordinate representation of color #0BBDC1: hue angle of 181.32º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBDC1 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 189 193 -
CMYK 0.94 0.02 0 0.24
HSL 181.32º 0.89% 0.4% -
HSV(B) 181.32º 0.94% 0.76% -
XYZ 27.96 40.32 56.76 -
YUV 136.23 160.03 38.67 -
System Red Green Blue C M Y K H S L
Decimal 11 189 193 0.94 0.02 0 0.24 181.32 0.89 0.4
Hex B BD C1 5E 2 0 18 B5 59 28
Octal 13 275 301 136 2 0 30 265 131 50
Binary 1011 10111101 11000001 1011110 10 0 11000 10110101 1011001 101000

Color Harmonies of #0BBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDC1

Black with #0BBDC1

Text Example


Text Example

White with #0BBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,189,193); }

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

background-color css

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

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

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

border-color css

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

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

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