Html Css Color HEX #18AFCF Iris Blue

📋 copy color: '#18AFCF'

red 24 ◦ green 175 ◦ blue 207

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

Shades of Iris Blue #18AFCF

Tints of Iris Blue #18AFCF

RGB

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

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

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

R = 5.91%
G = 43.1%
B = 50.99%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18AFCF (or 0x18AFCF) is known color: Iris Blue. HEX triplet: 18, AF and CF. RGB value is (24,175,207). Sum of RGB (Red+Green+Blue) = 24+175+207=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #18AFCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFCF is #E75030. Grayscale: #858585. Windows color (decimal): -15159345 or 13610776. OLE color: 13610776.

HSL color Cylindrical-coordinate representation of color #18AFCF: hue angle of 190.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AFCF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 175 207 -
CMYK 0.88 0.15 0 0.19
HSL 190.49º 0.79% 0.45% -
HSV(B) 190.49º 0.88% 0.81% -
XYZ 26.97 35.36 64.44 -
YUV 133.5 169.47 49.9 -
System Red Green Blue C M Y K H S L
Decimal 24 175 207 0.88 0.15 0 0.19 190.49 0.79 0.45
Hex 18 AF CF 58 F 0 13 BE 4F 2D
Octal 30 257 317 130 17 0 23 276 117 55
Binary 11000 10101111 11001111 1011000 1111 0 10011 10111110 1001111 101101

Color Harmonies of #18AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFCF

Black with #18AFCF

Text Example


Text Example

White with #18AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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