Html Css Color HEX #0BAFDE Iris Blue

📋 copy color: '#0BAFDE'

red 11 ◦ green 175 ◦ blue 222

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

Shades of Iris Blue #0BAFDE

Tints of Iris Blue #0BAFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 2.7%
G = 42.89%
B = 54.41%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BAFDE (or 0x0BAFDE) is known color: Iris Blue. HEX triplet: 0B, AF and DE. RGB value is (11,175,222). Sum of RGB (Red+Green+Blue) = 11+175+222=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BAFDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFDE is #F45021. Grayscale: #828282. Windows color (decimal): -16011298 or 14593803. OLE color: 14593803.

HSL color Cylindrical-coordinate representation of color #0BAFDE: hue angle of 193.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFDE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 175 222 -
CMYK 0.95 0.21 0 0.13
HSL 193.36º 0.91% 0.46% -
HSV(B) 193.36º 0.95% 0.87% -
XYZ 28.65 36.01 74.55 -
YUV 131.32 179.17 42.18 -
System Red Green Blue C M Y K H S L
Decimal 11 175 222 0.95 0.21 0 0.13 193.36 0.91 0.46
Hex B AF DE 5F 15 0 D C1 5B 2E
Octal 13 257 336 137 25 0 15 301 133 56
Binary 1011 10101111 11011110 1011111 10101 0 1101 11000001 1011011 101110

Color Harmonies of #0BAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFDE

Black with #0BAFDE

Text Example


Text Example

White with #0BAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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