Html Css Color HEX #0FABCE Iris Blue

📋 copy color: '#0FABCE'

red 15 ◦ green 171 ◦ blue 206

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

Shades of Iris Blue #0FABCE

Tints of Iris Blue #0FABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 3.83%
G = 43.62%
B = 52.55%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FABCE (or 0x0FABCE) is known color: Iris Blue. HEX triplet: 0F, AB and CE. RGB value is (15,171,206). Sum of RGB (Red+Green+Blue) = 15+171+206=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABCE is #F05431. Grayscale: #808080. Windows color (decimal): -15750194 or 13544207. OLE color: 13544207.

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

Color convert

RGB 15 171 206 -
CMYK 0.93 0.17 0 0.19
HSL 190.99º 0.86% 0.43% -
HSV(B) 190.99º 0.93% 0.81% -
XYZ 25.9 33.68 63.53 -
YUV 128.35 171.82 47.15 -
System Red Green Blue C M Y K H S L
Decimal 15 171 206 0.93 0.17 0 0.19 190.99 0.86 0.43
Hex F AB CE 5D 11 0 13 BF 56 2B
Octal 17 253 316 135 21 0 23 277 126 53
Binary 1111 10101011 11001110 1011101 10001 0 10011 10111111 1010110 101011

Color Harmonies of #0FABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABCE

Black with #0FABCE

Text Example


Text Example

White with #0FABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,206); }

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

background-color css

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

 a { background-color: rgb(15,171,206); }

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

border-color css

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

 span { border-color: rgb(15,171,206); }

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