Html Css Color HEX #1ABBCF Iris Blue

📋 copy color: '#1ABBCF'

red 26 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #1ABBCF

Tints of Iris Blue #1ABBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

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

R = 6.19%
G = 44.52%
B = 49.29%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1ABBCF (or 0x1ABBCF) is known color: Iris Blue. HEX triplet: 1A, BB and CF. RGB value is (26,187,207). Sum of RGB (Red+Green+Blue) = 26+187+207=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ABBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBCF is #E54430. Grayscale: #8C8C8C. Windows color (decimal): -15025201 or 13613850. OLE color: 13613850.

HSL color Cylindrical-coordinate representation of color #1ABBCF: hue angle of 186.63º 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 #1ABBCF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 187 207 -
CMYK 0.87 0.10 0 0.19
HSL 186.63º 0.78% 0.46% -
HSV(B) 186.63º 0.87% 0.81% -
XYZ 29.46 40.27 65.25 -
YUV 141.14 165.16 45.87 -
System Red Green Blue C M Y K H S L
Decimal 26 187 207 0.87 0.10 0 0.19 186.63 0.78 0.46
Hex 1A BB CF 57 A 0 13 BB 4E 2E
Octal 32 273 317 127 12 0 23 273 116 56
Binary 11010 10111011 11001111 1010111 1010 0 10011 10111011 1001110 101110

Color Harmonies of #1ABBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBCF

Black with #1ABBCF

Text Example


Text Example

White with #1ABBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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