Html Css Color HEX #0FADCC Iris Blue

📋 copy color: '#0FADCC'

red 15 ◦ green 173 ◦ blue 204

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

Shades of Iris Blue #0FADCC

Tints of Iris Blue #0FADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 3.83%
G = 44.13%
B = 52.04%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0FADCC (or 0x0FADCC) is known color: Iris Blue. HEX triplet: 0F, AD and CC. RGB value is (15,173,204). Sum of RGB (Red+Green+Blue) = 15+173+204=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #0FADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADCC is #F05233. Grayscale: #818181. Windows color (decimal): -15749684 or 13413647. OLE color: 13413647.

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

Color convert

RGB 15 173 204 -
CMYK 0.93 0.15 0 0.2
HSL 189.84º 0.86% 0.43% -
HSV(B) 189.84º 0.93% 0.8% -
XYZ 26.04 34.35 62.38 -
YUV 129.29 170.15 46.48 -
System Red Green Blue C M Y K H S L
Decimal 15 173 204 0.93 0.15 0 0.2 189.84 0.86 0.43
Hex F AD CC 5D F 0 14 BE 56 2B
Octal 17 255 314 135 17 0 24 276 126 53
Binary 1111 10101101 11001100 1011101 1111 0 10100 10111110 1010110 101011

Color Harmonies of #0FADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FADCC

Black with #0FADCC

Text Example


Text Example

White with #0FADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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