Html Css Color HEX #1DCAF2 Deep Sky Blue

📋 copy color: '#1DCAF2'

red 29 ◦ green 202 ◦ blue 242

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

Shades of Deep Sky Blue #1DCAF2

Tints of Deep Sky Blue #1DCAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 242 (94.92% from 255) = 51.16%

R = 6.13%
G = 42.71%
B = 51.16%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DCAF2 (or 0x1DCAF2) is known color: Deep Sky Blue. HEX triplet: 1D, CA and F2. RGB value is (29,202,242). Sum of RGB (Red+Green+Blue) = 29+202+242=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DCAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAF2 is #E2350D. Grayscale: #9A9A9A. Windows color (decimal): -14824718 or 15911453. OLE color: 15911453.

HSL color Cylindrical-coordinate representation of color #1DCAF2: hue angle of 191.27º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCAF2 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 202 242 -
CMYK 0.88 0.17 0 0.05
HSL 191.27º 0.89% 0.53% -
HSV(B) 191.27º 0.88% 0.95% -
XYZ 37.65 48.91 91.46 -
YUV 154.83 177.19 38.25 -
System Red Green Blue C M Y K H S L
Decimal 29 202 242 0.88 0.17 0 0.05 191.27 0.89 0.53
Hex 1D CA F2 58 11 0 5 BF 59 35
Octal 35 312 362 130 21 0 5 277 131 65
Binary 11101 11001010 11110010 1011000 10001 0 101 10111111 1011001 110101

Color Harmonies of #1DCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAF2

Black with #1DCAF2

Text Example


Text Example

White with #1DCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,202,242); }

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

background-color css

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

 a { background-color: rgb(29,202,242); }

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

border-color css

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

 span { border-color: rgb(29,202,242); }

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