Html Css Color HEX #1CAFCB Iris Blue

📋 copy color: '#1CAFCB'

red 28 ◦ green 175 ◦ blue 203

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

Shades of Iris Blue #1CAFCB

Tints of Iris Blue #1CAFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 6.9%
G = 43.1%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CAFCB (or 0x1CAFCB) is known color: Iris Blue. HEX triplet: 1C, AF and CB. RGB value is (28,175,203). Sum of RGB (Red+Green+Blue) = 28+175+203=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFCB is #E35034. Grayscale: #858585. Windows color (decimal): -14897205 or 13348636. OLE color: 13348636.

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

Color convert

RGB 28 175 203 -
CMYK 0.86 0.14 0 0.20
HSL 189.6º 0.76% 0.45% -
HSV(B) 189.6º 0.86% 0.8% -
XYZ 26.59 35.22 61.9 -
YUV 134.24 166.8 52.22 -
System Red Green Blue C M Y K H S L
Decimal 28 175 203 0.86 0.14 0 0.20 189.6 0.76 0.45
Hex 1C AF CB 56 E 0 14 BE 4C 2D
Octal 34 257 313 126 16 0 24 276 114 55
Binary 11100 10101111 11001011 1010110 1110 0 10100 10111110 1001100 101101

Color Harmonies of #1CAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFCB

Black with #1CAFCB

Text Example


Text Example

White with #1CAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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