Html Css Color HEX #1DBFFD Deep Sky Blue

📋 copy color: '#1DBFFD'

red 29 ◦ green 191 ◦ blue 253

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

Shades of Deep Sky Blue #1DBFFD

Tints of Deep Sky Blue #1DBFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 40.38%

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

R = 6.13%
G = 40.38%
B = 53.49%

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

#1DBFFD (or 0x1DBFFD) is known color: Deep Sky Blue. HEX triplet: 1D, BF and FD. RGB value is (29,191,253). Sum of RGB (Red+Green+Blue) = 29+191+253=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DBFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFFD is #E24002. Grayscale: #959595. Windows color (decimal): -14827523 or 16629533. OLE color: 16629533.

HSL color Cylindrical-coordinate representation of color #1DBFFD: hue angle of 196.61º 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 #1DBFFD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 191 253 -
CMYK 0.89 0.25 0 0.01
HSL 196.61º 0.98% 0.55% -
HSV(B) 196.61º 0.89% 0.99% -
XYZ 36.87 44.61 99.6 -
YUV 149.63 186.33 41.96 -
System Red Green Blue C M Y K H S L
Decimal 29 191 253 0.89 0.25 0 0.01 196.61 0.98 0.55
Hex 1D BF FD 59 19 0 1 C5 62 37
Octal 35 277 375 131 31 0 1 305 142 67
Binary 11101 10111111 11111101 1011001 11001 0 1 11000101 1100010 110111

Color Harmonies of #1DBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFFD

Black with #1DBFFD

Text Example


Text Example

White with #1DBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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