Html Css Color HEX #1BD5FD Deep Sky Blue

📋 copy color: '#1BD5FD'

red 27 ◦ green 213 ◦ blue 253

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

Shades of Deep Sky Blue #1BD5FD

Tints of Deep Sky Blue #1BD5FD

RGB

 RED value IS 27 (10.94% from 255) = 5.48%

 GREEN value IS 213 (83.59% from 255) = 43.2%

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

R = 5.48%
G = 43.2%
B = 51.32%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1BD5FD (or 0x1BD5FD) is known color: Deep Sky Blue. HEX triplet: 1B, D5 and FD. RGB value is (27,213,253). Sum of RGB (Red+Green+Blue) = 27+213+253=493 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.48% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BD5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD5FD is #E42A02. Grayscale: #A1A1A1. Windows color (decimal): -14952963 or 16635163. OLE color: 16635163.

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

Color convert

RGB 27 213 253 -
CMYK 0.89 0.16 0 0.01
HSL 190.62º 0.98% 0.55% -
HSV(B) 190.62º 0.89% 0.99% -
XYZ 41.98 54.91 101.32 -
YUV 161.95 179.38 31.75 -
System Red Green Blue C M Y K H S L
Decimal 27 213 253 0.89 0.16 0 0.01 190.62 0.98 0.55
Hex 1B D5 FD 59 10 0 1 BF 62 37
Octal 33 325 375 131 20 0 1 277 142 67
Binary 11011 11010101 11111101 1011001 10000 0 1 10111111 1100010 110111

Color Harmonies of #1BD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD5FD

Black with #1BD5FD

Text Example


Text Example

White with #1BD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,213,253); }

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

background-color css

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

 a { background-color: rgb(27,213,253); }

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

border-color css

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

 span { border-color: rgb(27,213,253); }

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