Html Css Color HEX #18BECF Iris Blue

📋 copy color: '#18BECF'

red 24 ◦ green 190 ◦ blue 207

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

Shades of Iris Blue #18BECF

Tints of Iris Blue #18BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.13%

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

R = 5.7%
G = 45.13%
B = 49.17%

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

#18BECF (or 0x18BECF) is known color: Iris Blue. HEX triplet: 18, BE and CF. RGB value is (24,190,207). Sum of RGB (Red+Green+Blue) = 24+190+207=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #18BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BECF is #E74130. Grayscale: #8E8E8E. Windows color (decimal): -15155505 or 13614616. OLE color: 13614616.

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

Color convert

RGB 24 190 207 -
CMYK 0.88 0.08 0 0.19
HSL 185.57º 0.79% 0.45% -
HSV(B) 185.57º 0.88% 0.81% -
XYZ 30.05 41.53 65.46 -
YUV 142.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 24 190 207 0.88 0.08 0 0.19 185.57 0.79 0.45
Hex 18 BE CF 58 8 0 13 BA 4F 2D
Octal 30 276 317 130 10 0 23 272 117 55
Binary 11000 10111110 11001111 1011000 1000 0 10011 10111010 1001111 101101

Color Harmonies of #18BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BECF

Black with #18BECF

Text Example


Text Example

White with #18BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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