Html Css Color HEX #1DA8CB Iris Blue

📋 copy color: '#1DA8CB'

red 29 ◦ green 168 ◦ blue 203

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

Shades of Iris Blue #1DA8CB

Tints of Iris Blue #1DA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 7.25%
G = 42%
B = 50.75%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1DA8CB (or 0x1DA8CB) is known color: Iris Blue. HEX triplet: 1D, A8 and CB. RGB value is (29,168,203). Sum of RGB (Red+Green+Blue) = 29+168+203=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #1DA8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA8CB is #E25734. Grayscale: #828282. Windows color (decimal): -14833461 or 13346845. OLE color: 13346845.

HSL color Cylindrical-coordinate representation of color #1DA8CB: hue angle of 192.07º degrees, saturation: 0.75, 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 #1DA8CB is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 168 203 -
CMYK 0.86 0.17 0 0.20
HSL 192.07º 0.75% 0.45% -
HSV(B) 192.07º 0.86% 0.8% -
XYZ 25.29 32.58 61.46 -
YUV 130.43 168.95 55.65 -
System Red Green Blue C M Y K H S L
Decimal 29 168 203 0.86 0.17 0 0.20 192.07 0.75 0.45
Hex 1D A8 CB 56 11 0 14 C0 4B 2D
Octal 35 250 313 126 21 0 24 300 113 55
Binary 11101 10101000 11001011 1010110 10001 0 10100 11000000 1001011 101101

Color Harmonies of #1DA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA8CB

Black with #1DA8CB

Text Example


Text Example

White with #1DA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,168,203); }

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

background-color css

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

 a { background-color: rgb(29,168,203); }

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

border-color css

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

 span { border-color: rgb(29,168,203); }

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