Html Css Color HEX #1DBEFE Deep Sky Blue

📋 copy color: '#1DBEFE'

red 29 ◦ green 190 ◦ blue 254

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

Shades of Deep Sky Blue #1DBEFE

Tints of Deep Sky Blue #1DBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 6.13%
G = 40.17%
B = 53.7%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DBEFE (or 0x1DBEFE) is known color: Deep Sky Blue. HEX triplet: 1D, BE and FE. RGB value is (29,190,254). Sum of RGB (Red+Green+Blue) = 29+190+254=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DBEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBEFE is #E24101. Grayscale: #949494. Windows color (decimal): -14827778 or 16694813. OLE color: 16694813.

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

Color convert

RGB 29 190 254 -
CMYK 0.89 0.25 0 0.00
HSL 197.07º 0.99% 0.55% -
HSV(B) 197.07º 0.89% 1% -
XYZ 36.81 44.24 100.37 -
YUV 149.16 187.16 42.3 -
System Red Green Blue C M Y K H S L
Decimal 29 190 254 0.89 0.25 0 0.00 197.07 0.99 0.55
Hex 1D BE FE 59 19 0 0 C5 63 37
Octal 35 276 376 131 31 0 0 305 143 67
Binary 11101 10111110 11111110 1011001 11001 0 0 11000101 1100011 110111

Color Harmonies of #1DBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBEFE

Black with #1DBEFE

Text Example


Text Example

White with #1DBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,190,254); }

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

background-color css

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

 a { background-color: rgb(29,190,254); }

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

border-color css

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

 span { border-color: rgb(29,190,254); }

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