Html Css Color HEX #18BFD5 Iris Blue

📋 copy color: '#18BFD5'

red 24 ◦ green 191 ◦ blue 213

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

Shades of Iris Blue #18BFD5

Tints of Iris Blue #18BFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 213 (83.59% from 255) = 49.77%

R = 5.61%
G = 44.63%
B = 49.77%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#18BFD5 (or 0x18BFD5) is known color: Iris Blue. HEX triplet: 18, BF and D5. RGB value is (24,191,213). Sum of RGB (Red+Green+Blue) = 24+191+213=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #18BFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFD5 is #E7402A. Grayscale: #8F8F8F. Windows color (decimal): -15155243 or 14008088. OLE color: 14008088.

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

Color convert

RGB 24 191 213 -
CMYK 0.89 0.10 0 0.16
HSL 186.98º 0.8% 0.46% -
HSV(B) 186.98º 0.89% 0.84% -
XYZ 31.02 42.26 69.47 -
YUV 143.58 167.17 42.71 -
System Red Green Blue C M Y K H S L
Decimal 24 191 213 0.89 0.10 0 0.16 186.98 0.8 0.46
Hex 18 BF D5 59 A 0 10 BB 50 2E
Octal 30 277 325 131 12 0 20 273 120 56
Binary 11000 10111111 11010101 1011001 1010 0 10000 10111011 1010000 101110

Color Harmonies of #18BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFD5

Black with #18BFD5

Text Example


Text Example

White with #18BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,191,213); }

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

background-color css

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

 a { background-color: rgb(24,191,213); }

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

border-color css

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

 span { border-color: rgb(24,191,213); }

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