Html Css Color HEX #1ABFCF Iris Blue

📋 copy color: '#1ABFCF'

red 26 ◦ green 191 ◦ blue 207

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

Shades of Iris Blue #1ABFCF

Tints of Iris Blue #1ABFCF

RGB

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

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

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

R = 6.13%
G = 45.05%
B = 48.82%

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

#1ABFCF (or 0x1ABFCF) is known color: Iris Blue. HEX triplet: 1A, BF and CF. RGB value is (26,191,207). Sum of RGB (Red+Green+Blue) = 26+191+207=424 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.13% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ABFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFCF is #E54030. Grayscale: #8F8F8F. Windows color (decimal): -15024177 or 13614874. OLE color: 13614874.

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

Color convert

RGB 26 191 207 -
CMYK 0.87 0.08 0 0.19
HSL 185.3º 0.78% 0.46% -
HSV(B) 185.3º 0.87% 0.81% -
XYZ 30.32 41.99 65.54 -
YUV 143.49 163.84 44.2 -
System Red Green Blue C M Y K H S L
Decimal 26 191 207 0.87 0.08 0 0.19 185.3 0.78 0.46
Hex 1A BF CF 57 8 0 13 B9 4E 2E
Octal 32 277 317 127 10 0 23 271 116 56
Binary 11010 10111111 11001111 1010111 1000 0 10011 10111001 1001110 101110

Color Harmonies of #1ABFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFCF

Black with #1ABFCF

Text Example


Text Example

White with #1ABFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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