Html Css Color HEX #1BC5FD Deep Sky Blue

📋 copy color: '#1BC5FD'

red 27 ◦ green 197 ◦ blue 253

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

Shades of Deep Sky Blue #1BC5FD

Tints of Deep Sky Blue #1BC5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.3%

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

R = 5.66%
G = 41.3%
B = 53.04%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1BC5FD (or 0x1BC5FD) is known color: Deep Sky Blue. HEX triplet: 1B, C5 and FD. RGB value is (27,197,253). Sum of RGB (Red+Green+Blue) = 27+197+253=477 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.66% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC5FD is #E43A02. Grayscale: #989898. Windows color (decimal): -14957059 or 16631067. OLE color: 16631067.

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

Color convert

RGB 27 197 253 -
CMYK 0.89 0.22 0 0.01
HSL 194.87º 0.98% 0.55% -
HSV(B) 194.87º 0.89% 0.99% -
XYZ 38.15 47.26 100.04 -
YUV 152.55 184.68 38.45 -
System Red Green Blue C M Y K H S L
Decimal 27 197 253 0.89 0.22 0 0.01 194.87 0.98 0.55
Hex 1B C5 FD 59 16 0 1 C3 62 37
Octal 33 305 375 131 26 0 1 303 142 67
Binary 11011 11000101 11111101 1011001 10110 0 1 11000011 1100010 110111

Color Harmonies of #1BC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC5FD

Black with #1BC5FD

Text Example


Text Example

White with #1BC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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