Html Css Color HEX #0BBDCD Iris Blue

📋 copy color: '#0BBDCD'

red 11 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #0BBDCD

Tints of Iris Blue #0BBDCD

RGB

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

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

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

R = 2.72%
G = 46.67%
B = 50.62%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BBDCD (or 0x0BBDCD) is known color: Iris Blue. HEX triplet: 0B, BD and CD. RGB value is (11,189,205). Sum of RGB (Red+Green+Blue) = 11+189+205=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BBDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDCD is #F44232. Grayscale: #898989. Windows color (decimal): -16007731 or 13483275. OLE color: 13483275.

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

Color convert

RGB 11 189 205 -
CMYK 0.95 0.08 0 0.20
HSL 184.95º 0.9% 0.42% -
HSV(B) 184.95º 0.95% 0.8% -
XYZ 29.36 40.87 64.1 -
YUV 137.6 166.03 37.7 -
System Red Green Blue C M Y K H S L
Decimal 11 189 205 0.95 0.08 0 0.20 184.95 0.9 0.42
Hex B BD CD 5F 8 0 14 B9 5A 2A
Octal 13 275 315 137 10 0 24 271 132 52
Binary 1011 10111101 11001101 1011111 1000 0 10100 10111001 1011010 101010

Color Harmonies of #0BBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDCD

Black with #0BBDCD

Text Example


Text Example

White with #0BBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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