Html Css Color HEX #18BFCF Iris Blue

📋 copy color: '#18BFCF'

red 24 ◦ green 191 ◦ blue 207

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

Shades of Iris Blue #18BFCF

Tints of Iris Blue #18BFCF

RGB

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

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

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

R = 5.69%
G = 45.26%
B = 49.05%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18BFCF (or 0x18BFCF) is known color: Iris Blue. HEX triplet: 18, BF and CF. RGB value is (24,191,207). Sum of RGB (Red+Green+Blue) = 24+191+207=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #18BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFCF is #E74030. Grayscale: #8E8E8E. Windows color (decimal): -15155249 or 13614872. OLE color: 13614872.

HSL color Cylindrical-coordinate representation of color #18BFCF: hue angle of 185.25º 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 #18BFCF is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 191 207 -
CMYK 0.88 0.08 0 0.19
HSL 185.25º 0.79% 0.45% -
HSV(B) 185.25º 0.88% 0.81% -
XYZ 30.27 41.96 65.54 -
YUV 142.89 164.17 43.2 -
System Red Green Blue C M Y K H S L
Decimal 24 191 207 0.88 0.08 0 0.19 185.25 0.79 0.45
Hex 18 BF CF 58 8 0 13 B9 4F 2D
Octal 30 277 317 130 10 0 23 271 117 55
Binary 11000 10111111 11001111 1011000 1000 0 10011 10111001 1001111 101101

Color Harmonies of #18BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFCF

Black with #18BFCF

Text Example


Text Example

White with #18BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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