Html Css Color HEX #1DBDFD Deep Sky Blue

📋 copy color: '#1DBDFD'

red 29 ◦ green 189 ◦ blue 253

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

Shades of Deep Sky Blue #1DBDFD

Tints of Deep Sky Blue #1DBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 6.16%
G = 40.13%
B = 53.72%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DBDFD (or 0x1DBDFD) is known color: Deep Sky Blue. HEX triplet: 1D, BD and FD. RGB value is (29,189,253). Sum of RGB (Red+Green+Blue) = 29+189+253=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DBDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDFD is #E24202. Grayscale: #949494. Windows color (decimal): -14828035 or 16629021. OLE color: 16629021.

HSL color Cylindrical-coordinate representation of color #1DBDFD: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBDFD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 189 253 -
CMYK 0.89 0.25 0 0.01
HSL 197.14º 0.98% 0.55% -
HSV(B) 197.14º 0.89% 0.99% -
XYZ 36.43 43.75 99.45 -
YUV 148.46 186.99 42.8 -
System Red Green Blue C M Y K H S L
Decimal 29 189 253 0.89 0.25 0 0.01 197.14 0.98 0.55
Hex 1D BD FD 59 19 0 1 C5 62 37
Octal 35 275 375 131 31 0 1 305 142 67
Binary 11101 10111101 11111101 1011001 11001 0 1 11000101 1100010 110111

Color Harmonies of #1DBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDFD

Black with #1DBDFD

Text Example


Text Example

White with #1DBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,189,253); }

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

background-color css

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

 a { background-color: rgb(29,189,253); }

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

border-color css

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

 span { border-color: rgb(29,189,253); }

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