Html Css Color HEX #1BBDFD Deep Sky Blue

📋 copy color: '#1BBDFD'

red 27 ◦ green 189 ◦ blue 253

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

Shades of Deep Sky Blue #1BBDFD

Tints of Deep Sky Blue #1BBDFD

RGB

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

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

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

R = 5.76%
G = 40.3%
B = 53.94%

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

#1BBDFD (or 0x1BBDFD) is known color: Deep Sky Blue. HEX triplet: 1B, BD and FD. RGB value is (27,189,253). Sum of RGB (Red+Green+Blue) = 27+189+253=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BBDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBDFD is #E44202. Grayscale: #939393. Windows color (decimal): -14959107 or 16629019. OLE color: 16629019.

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

Color convert

RGB 27 189 253 -
CMYK 0.89 0.25 0 0.01
HSL 196.99º 0.98% 0.55% -
HSV(B) 196.99º 0.89% 0.99% -
XYZ 36.38 43.72 99.45 -
YUV 147.86 187.33 41.8 -
System Red Green Blue C M Y K H S L
Decimal 27 189 253 0.89 0.25 0 0.01 196.99 0.98 0.55
Hex 1B BD FD 59 19 0 1 C5 62 37
Octal 33 275 375 131 31 0 1 305 142 67
Binary 11011 10111101 11111101 1011001 11001 0 1 11000101 1100010 110111

Color Harmonies of #1BBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBDFD

Black with #1BBDFD

Text Example


Text Example

White with #1BBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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