Html Css Color HEX #1ABCCF Iris Blue

📋 copy color: '#1ABCCF'

red 26 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #1ABCCF

Tints of Iris Blue #1ABCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

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

R = 6.18%
G = 44.66%
B = 49.17%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1ABCCF (or 0x1ABCCF) is known color: Iris Blue. HEX triplet: 1A, BC and CF. RGB value is (26,188,207). Sum of RGB (Red+Green+Blue) = 26+188+207=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 188 (73.83% from 255 or 44.66% 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 #1ABCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCCF is #E54330. Grayscale: #8D8D8D. Windows color (decimal): -15024945 or 13614106. OLE color: 13614106.

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

Color convert

RGB 26 188 207 -
CMYK 0.87 0.09 0 0.19
HSL 186.3º 0.78% 0.46% -
HSV(B) 186.3º 0.87% 0.81% -
XYZ 29.67 40.69 65.32 -
YUV 141.73 164.83 45.46 -
System Red Green Blue C M Y K H S L
Decimal 26 188 207 0.87 0.09 0 0.19 186.3 0.78 0.46
Hex 1A BC CF 57 9 0 13 BA 4E 2E
Octal 32 274 317 127 11 0 23 272 116 56
Binary 11010 10111100 11001111 1010111 1001 0 10011 10111010 1001110 101110

Color Harmonies of #1ABCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCCF

Black with #1ABCCF

Text Example


Text Example

White with #1ABCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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