Html Css Color HEX #1ABECF Iris Blue

📋 copy color: '#1ABECF'

red 26 ◦ green 190 ◦ blue 207

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

Shades of Iris Blue #1ABECF

Tints of Iris Blue #1ABECF

RGB

 RED value IS 26 (10.55% from 255) = 6.15%

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

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

R = 6.15%
G = 44.92%
B = 48.94%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1ABECF (or 0x1ABECF) is known color: Iris Blue. HEX triplet: 1A, BE and CF. RGB value is (26,190,207). Sum of RGB (Red+Green+Blue) = 26+190+207=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ABECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABECF is #E54130. Grayscale: #8E8E8E. Windows color (decimal): -15024433 or 13614618. OLE color: 13614618.

HSL color Cylindrical-coordinate representation of color #1ABECF: hue angle of 185.64º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABECF is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 190 207 -
CMYK 0.87 0.08 0 0.19
HSL 185.64º 0.78% 0.46% -
HSV(B) 185.64º 0.87% 0.81% -
XYZ 30.1 41.55 65.47 -
YUV 142.9 164.17 44.62 -
System Red Green Blue C M Y K H S L
Decimal 26 190 207 0.87 0.08 0 0.19 185.64 0.78 0.46
Hex 1A BE CF 57 8 0 13 BA 4E 2E
Octal 32 276 317 127 10 0 23 272 116 56
Binary 11010 10111110 11001111 1010111 1000 0 10011 10111010 1001110 101110

Color Harmonies of #1ABECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABECF

Black with #1ABECF

Text Example


Text Example

White with #1ABECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ABECF; }

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

 H1.HeaderClassName
 {
   color: #1ABECF;
 }
 .AnyTagClassName
 {
   color: #1ABECF;
 }
</style>

background-color css

<style>
 a { background-color: #1ABECF; }

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

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

border-color css

<style>
 span { border-color: #1ABECF; }

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

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