Html Css Color HEX #18AFD4 Iris Blue

📋 copy color: '#18AFD4'

red 24 ◦ green 175 ◦ blue 212

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

Shades of Iris Blue #18AFD4

Tints of Iris Blue #18AFD4

RGB

 RED value IS 24 (9.77% from 255) = 5.84%

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

 BLUE value IS 212 (83.2% from 255) = 51.58%

R = 5.84%
G = 42.58%
B = 51.58%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#18AFD4 (or 0x18AFD4) is known color: Iris Blue. HEX triplet: 18, AF and D4. RGB value is (24,175,212). Sum of RGB (Red+Green+Blue) = 24+175+212=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #18AFD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFD4 is #E7502B. Grayscale: #858585. Windows color (decimal): -15159340 or 13938456. OLE color: 13938456.

HSL color Cylindrical-coordinate representation of color #18AFD4: hue angle of 191.81º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AFD4 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 175 212 -
CMYK 0.89 0.17 0 0.17
HSL 191.81º 0.8% 0.46% -
HSV(B) 191.81º 0.89% 0.83% -
XYZ 27.59 35.61 67.71 -
YUV 134.07 171.97 49.49 -
System Red Green Blue C M Y K H S L
Decimal 24 175 212 0.89 0.17 0 0.17 191.81 0.8 0.46
Hex 18 AF D4 59 11 0 11 C0 50 2E
Octal 30 257 324 131 21 0 21 300 120 56
Binary 11000 10101111 11010100 1011001 10001 0 10001 11000000 1010000 101110

Color Harmonies of #18AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFD4

Black with #18AFD4

Text Example


Text Example

White with #18AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18AFD4; }

 p { color: rgb(24,175,212); }

 H1.HeaderClassName
 {
   color: #18AFD4;
 }
 .AnyTagClassName
 {
   color: #18AFD4;
 }
</style>

background-color css

<style>
 a { background-color: #18AFD4; }

 a { background-color: rgb(24,175,212); }

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

border-color css

<style>
 span { border-color: #18AFD4; }

 span { border-color: rgb(24,175,212); }

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