Html Css Color HEX #0FAACB Iris Blue

📋 copy color: '#0FAACB'

red 15 ◦ green 170 ◦ blue 203

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

Shades of Iris Blue #0FAACB

Tints of Iris Blue #0FAACB

RGB

 RED value IS 15 (6.25% from 255) = 3.87%

 GREEN value IS 170 (66.8% from 255) = 43.81%

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 3.87%
G = 43.81%
B = 52.32%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0FAACB (or 0x0FAACB) is known color: Iris Blue. HEX triplet: 0F, AA and CB. RGB value is (15,170,203). Sum of RGB (Red+Green+Blue) = 15+170+203=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FAACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAACB is #F05534. Grayscale: #7F7F7F. Windows color (decimal): -15750453 or 13347343. OLE color: 13347343.

HSL color Cylindrical-coordinate representation of color #0FAACB: hue angle of 190.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAACB is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 170 203 -
CMYK 0.93 0.16 0 0.20
HSL 190.53º 0.86% 0.43% -
HSV(B) 190.53º 0.93% 0.8% -
XYZ 25.35 33.16 61.56 -
YUV 127.42 170.65 47.82 -
System Red Green Blue C M Y K H S L
Decimal 15 170 203 0.93 0.16 0 0.20 190.53 0.86 0.43
Hex F AA CB 5D 10 0 14 BF 56 2B
Octal 17 252 313 135 20 0 24 277 126 53
Binary 1111 10101010 11001011 1011101 10000 0 10100 10111111 1010110 101011

Color Harmonies of #0FAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAACB

Black with #0FAACB

Text Example


Text Example

White with #0FAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,203); }

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

background-color css

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

 a { background-color: rgb(15,170,203); }

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

border-color css

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

 span { border-color: rgb(15,170,203); }

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