Html Css Color HEX #0FAFCF Iris Blue

📋 copy color: '#0FAFCF'

red 15 ◦ green 175 ◦ blue 207

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

Shades of Iris Blue #0FAFCF

Tints of Iris Blue #0FAFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 3.78%
G = 44.08%
B = 52.14%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FAFCF (or 0x0FAFCF) is known color: Iris Blue. HEX triplet: 0F, AF and CF. RGB value is (15,175,207). Sum of RGB (Red+Green+Blue) = 15+175+207=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FAFCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAFCF is #F05030. Grayscale: #828282. Windows color (decimal): -15749169 or 13610767. OLE color: 13610767.

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

Color convert

RGB 15 175 207 -
CMYK 0.93 0.15 0 0.19
HSL 190º 0.86% 0.44% -
HSV(B) 190º 0.93% 0.81% -
XYZ 26.79 35.27 64.43 -
YUV 130.81 170.99 45.4 -
System Red Green Blue C M Y K H S L
Decimal 15 175 207 0.93 0.15 0 0.19 190 0.86 0.44
Hex F AF CF 5D F 0 13 BE 56 2C
Octal 17 257 317 135 17 0 23 276 126 54
Binary 1111 10101111 11001111 1011101 1111 0 10011 10111110 1010110 101100

Color Harmonies of #0FAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAFCF

Black with #0FAFCF

Text Example


Text Example

White with #0FAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,207); }

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

background-color css

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

 a { background-color: rgb(15,175,207); }

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

border-color css

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

 span { border-color: rgb(15,175,207); }

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