Html Css Color HEX #18AFCA Iris Blue

📋 copy color: '#18AFCA'

red 24 ◦ green 175 ◦ blue 202

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

Shades of Iris Blue #18AFCA

Tints of Iris Blue #18AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 5.99%
G = 43.64%
B = 50.37%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#18AFCA (or 0x18AFCA) is known color: Iris Blue. HEX triplet: 18, AF and CA. RGB value is (24,175,202). Sum of RGB (Red+Green+Blue) = 24+175+202=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #18AFCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFCA is #E75035. Grayscale: #848484. Windows color (decimal): -15159350 or 13283096. OLE color: 13283096.

HSL color Cylindrical-coordinate representation of color #18AFCA: hue angle of 189.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AFCA is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 175 202 -
CMYK 0.88 0.13 0 0.21
HSL 189.1º 0.79% 0.44% -
HSV(B) 189.1º 0.88% 0.79% -
XYZ 26.37 35.12 61.27 -
YUV 132.93 166.97 50.3 -
System Red Green Blue C M Y K H S L
Decimal 24 175 202 0.88 0.13 0 0.21 189.1 0.79 0.44
Hex 18 AF CA 58 D 0 15 BD 4F 2C
Octal 30 257 312 130 15 0 25 275 117 54
Binary 11000 10101111 11001010 1011000 1101 0 10101 10111101 1001111 101100

Color Harmonies of #18AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFCA

Black with #18AFCA

Text Example


Text Example

White with #18AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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