#0BB8DA

Color #0BB8DA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0BB8DA

Tints of Iris Blue #0BB8DA

Color information

#0BB8DA (or 0x0BB8DA) is unknown color: approx Iris Blue. HEX triplet: 0B, B8 and DA. RGB value is (11,184,218). Sum of RGB (Red+Green+Blue) = 11+184+218=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BB8DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB8DA is #F44725. Grayscale: #878787. Windows color (decimal): -16008998 or 14333963. OLE color: 14333963.

HSL color Cylindrical-coordinate representation of color #0BB8DA: hue angle of 189.86º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB8DA is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11184218-
CMYK0.950.1600.15
HSL189.86º90.39%44.9%-
HSV(B)189.86º94.95%85.49%-
XYZ29.9339.4172.36-
YUV136.15174.1938.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.66%
GREEN value IS 184 (72.27% from 255) = 44.55%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=2.66%
G=44.55%
B=52.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111842180.950.1600.15189.8690.3944.9
HexBB8DA5F100Fbe5a2d
Octal132703321372001727613255
Binary1011101110001101101010111111000001111101111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,184,218); }

 H1.HeaderClassName
 {
   color: #0BB8DA;
 }
 .AnyTagClassName
 {
   color: #0BB8DA;
 }
</style>
background-color css

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

 a { background-color: rgb(11,184,218); }

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

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

 span { border-color: rgb(11,184,218); }

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