Html Css Color HEX #0FADDA Iris Blue

📋 copy color: '#0FADDA'

red 15 ◦ green 173 ◦ blue 218

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

Shades of Iris Blue #0FADDA

Tints of Iris Blue #0FADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

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

R = 3.69%
G = 42.61%
B = 53.69%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0FADDA (or 0x0FADDA) is known color: Iris Blue. HEX triplet: 0F, AD and DA. RGB value is (15,173,218). Sum of RGB (Red+Green+Blue) = 15+173+218=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADDA is #F05225. Grayscale: #828282. Windows color (decimal): -15749670 or 14331151. OLE color: 14331151.

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

Color convert

RGB 15 173 218 -
CMYK 0.93 0.21 0 0.15
HSL 193.3º 0.87% 0.46% -
HSV(B) 193.3º 0.93% 0.85% -
XYZ 27.8 35.05 71.63 -
YUV 130.89 177.15 45.34 -
System Red Green Blue C M Y K H S L
Decimal 15 173 218 0.93 0.21 0 0.15 193.3 0.87 0.46
Hex F AD DA 5D 15 0 F C1 57 2E
Octal 17 255 332 135 25 0 17 301 127 56
Binary 1111 10101101 11011010 1011101 10101 0 1111 11000001 1010111 101110

Color Harmonies of #0FADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FADDA

Black with #0FADDA

Text Example


Text Example

White with #0FADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,218); }

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

background-color css

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

 a { background-color: rgb(15,173,218); }

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

border-color css

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

 span { border-color: rgb(15,173,218); }

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