Html Css Color HEX #0BBBCD Iris Blue

📋 copy color: '#0BBBCD'

red 11 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #0BBBCD

Tints of Iris Blue #0BBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

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

R = 2.73%
G = 46.4%
B = 50.87%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BBBCD (or 0x0BBBCD) is known color: Iris Blue. HEX triplet: 0B, BB and CD. RGB value is (11,187,205). Sum of RGB (Red+Green+Blue) = 11+187+205=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BBBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBCD is #F44432. Grayscale: #888888. Windows color (decimal): -16008243 or 13482763. OLE color: 13482763.

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

Color convert

RGB 11 187 205 -
CMYK 0.95 0.09 0 0.20
HSL 185.57º 0.9% 0.42% -
HSV(B) 185.57º 0.95% 0.8% -
XYZ 28.93 40.02 63.96 -
YUV 136.43 166.69 38.54 -
System Red Green Blue C M Y K H S L
Decimal 11 187 205 0.95 0.09 0 0.20 185.57 0.9 0.42
Hex B BB CD 5F 9 0 14 BA 5A 2A
Octal 13 273 315 137 11 0 24 272 132 52
Binary 1011 10111011 11001101 1011111 1001 0 10100 10111010 1011010 101010

Color Harmonies of #0BBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBCD

Black with #0BBBCD

Text Example


Text Example

White with #0BBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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