Html Css Color HEX #0BAFDA Iris Blue

📋 copy color: '#0BAFDA'

red 11 ◦ green 175 ◦ blue 218

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

Shades of Iris Blue #0BAFDA

Tints of Iris Blue #0BAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 2.72%
G = 43.32%
B = 53.96%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0BAFDA (or 0x0BAFDA) is known color: Iris Blue. HEX triplet: 0B, AF and DA. RGB value is (11,175,218). Sum of RGB (Red+Green+Blue) = 11+175+218=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BAFDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFDA is #F45025. Grayscale: #828282. Windows color (decimal): -16011302 or 14331659. OLE color: 14331659.

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

Color convert

RGB 11 175 218 -
CMYK 0.95 0.20 0 0.15
HSL 192.46º 0.9% 0.45% -
HSV(B) 192.46º 0.95% 0.85% -
XYZ 28.12 35.79 71.76 -
YUV 130.87 177.17 42.5 -
System Red Green Blue C M Y K H S L
Decimal 11 175 218 0.95 0.20 0 0.15 192.46 0.9 0.45
Hex B AF DA 5F 14 0 F C0 5A 2D
Octal 13 257 332 137 24 0 17 300 132 55
Binary 1011 10101111 11011010 1011111 10100 0 1111 11000000 1011010 101101

Color Harmonies of #0BAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFDA

Black with #0BAFDA

Text Example


Text Example

White with #0BAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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