Html Css Color HEX #0BAFDB Iris Blue

📋 copy color: '#0BAFDB'

red 11 ◦ green 175 ◦ blue 219

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

Shades of Iris Blue #0BAFDB

Tints of Iris Blue #0BAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 2.72%
G = 43.21%
B = 54.07%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BAFDB (or 0x0BAFDB) is known color: Iris Blue. HEX triplet: 0B, AF and DB. RGB value is (11,175,219). Sum of RGB (Red+Green+Blue) = 11+175+219=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BAFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFDB is #F45024. Grayscale: #828282. Windows color (decimal): -16011301 or 14397195. OLE color: 14397195.

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

Color convert

RGB 11 175 219 -
CMYK 0.95 0.20 0 0.14
HSL 192.69º 0.9% 0.45% -
HSV(B) 192.69º 0.95% 0.86% -
XYZ 28.25 35.85 72.45 -
YUV 130.98 177.67 42.42 -
System Red Green Blue C M Y K H S L
Decimal 11 175 219 0.95 0.20 0 0.14 192.69 0.9 0.45
Hex B AF DB 5F 14 0 E C1 5A 2D
Octal 13 257 333 137 24 0 16 301 132 55
Binary 1011 10101111 11011011 1011111 10100 0 1110 11000001 1011010 101101

Color Harmonies of #0BAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFDB

Black with #0BAFDB

Text Example


Text Example

White with #0BAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,175,219); }

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

background-color css

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

 a { background-color: rgb(11,175,219); }

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

border-color css

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

 span { border-color: rgb(11,175,219); }

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