Html Css Color HEX #1CAFCD Iris Blue

📋 copy color: '#1CAFCD'

red 28 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #1CAFCD

Tints of Iris Blue #1CAFCD

RGB

 RED value IS 28 (11.33% from 255) = 6.86%

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 6.86%
G = 42.89%
B = 50.25%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CAFCD (or 0x1CAFCD) is known color: Iris Blue. HEX triplet: 1C, AF and CD. RGB value is (28,175,205). Sum of RGB (Red+Green+Blue) = 28+175+205=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFCD is #E35032. Grayscale: #868686. Windows color (decimal): -14897203 or 13479708. OLE color: 13479708.

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

Color convert

RGB 28 175 205 -
CMYK 0.86 0.15 0 0.20
HSL 190.17º 0.76% 0.46% -
HSV(B) 190.17º 0.86% 0.8% -
XYZ 26.83 35.31 63.16 -
YUV 134.47 167.8 52.06 -
System Red Green Blue C M Y K H S L
Decimal 28 175 205 0.86 0.15 0 0.20 190.17 0.76 0.46
Hex 1C AF CD 56 F 0 14 BE 4C 2E
Octal 34 257 315 126 17 0 24 276 114 56
Binary 11100 10101111 11001101 1010110 1111 0 10100 10111110 1001100 101110

Color Harmonies of #1CAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFCD

Black with #1CAFCD

Text Example


Text Example

White with #1CAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,175,205); }

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

background-color css

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

 a { background-color: rgb(28,175,205); }

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

border-color css

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

 span { border-color: rgb(28,175,205); }

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