Html Css Color HEX #18BECE Iris Blue

📋 copy color: '#18BECE'

red 24 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #18BECE

Tints of Iris Blue #18BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 5.71%
G = 45.24%
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

#18BECE (or 0x18BECE) is known color: Iris Blue. HEX triplet: 18, BE and CE. RGB value is (24,190,206). Sum of RGB (Red+Green+Blue) = 24+190+206=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #18BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BECE is #E74131. Grayscale: #8D8D8D. Windows color (decimal): -15155506 or 13549080. OLE color: 13549080.

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

Color convert

RGB 24 190 206 -
CMYK 0.88 0.08 0 0.19
HSL 185.27º 0.79% 0.45% -
HSV(B) 185.27º 0.88% 0.81% -
XYZ 29.93 41.48 64.82 -
YUV 142.19 164 43.7 -
System Red Green Blue C M Y K H S L
Decimal 24 190 206 0.88 0.08 0 0.19 185.27 0.79 0.45
Hex 18 BE CE 58 8 0 13 B9 4F 2D
Octal 30 276 316 130 10 0 23 271 117 55
Binary 11000 10111110 11001110 1011000 1000 0 10011 10111001 1001111 101101

Color Harmonies of #18BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BECE

Black with #18BECE

Text Example


Text Example

White with #18BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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