Html Css Color HEX #1DAFCF Iris Blue

📋 copy color: '#1DAFCF'

red 29 ◦ green 175 ◦ blue 207

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

Shades of Iris Blue #1DAFCF

Tints of Iris Blue #1DAFCF

RGB

 RED value IS 29 (11.72% from 255) = 7.06%

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 7.06%
G = 42.58%
B = 50.36%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1DAFCF (or 0x1DAFCF) is known color: Iris Blue. HEX triplet: 1D, AF and CF. RGB value is (29,175,207). Sum of RGB (Red+Green+Blue) = 29+175+207=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #1DAFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFCF is #E25030. Grayscale: #868686. Windows color (decimal): -14831665 or 13610781. OLE color: 13610781.

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

Color convert

RGB 29 175 207 -
CMYK 0.86 0.15 0 0.19
HSL 190.79º 0.75% 0.46% -
HSV(B) 190.79º 0.86% 0.81% -
XYZ 27.1 35.43 64.44 -
YUV 134.99 168.63 52.4 -
System Red Green Blue C M Y K H S L
Decimal 29 175 207 0.86 0.15 0 0.19 190.79 0.75 0.46
Hex 1D AF CF 56 F 0 13 BF 4B 2E
Octal 35 257 317 126 17 0 23 277 113 56
Binary 11101 10101111 11001111 1010110 1111 0 10011 10111111 1001011 101110

Color Harmonies of #1DAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAFCF

Black with #1DAFCF

Text Example


Text Example

White with #1DAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,175,207); }

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

background-color css

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

 a { background-color: rgb(29,175,207); }

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

border-color css

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

 span { border-color: rgb(29,175,207); }

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