Html Css Color HEX #1BBCFD Deep Sky Blue

📋 copy color: '#1BBCFD'

red 27 ◦ green 188 ◦ blue 253

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

Shades of Deep Sky Blue #1BBCFD

Tints of Deep Sky Blue #1BBCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

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

R = 5.77%
G = 40.17%
B = 54.06%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1BBCFD (or 0x1BBCFD) is known color: Deep Sky Blue. HEX triplet: 1B, BC and FD. RGB value is (27,188,253). Sum of RGB (Red+Green+Blue) = 27+188+253=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BBCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCFD is #E44302. Grayscale: #929292. Windows color (decimal): -14959363 or 16628763. OLE color: 16628763.

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

Color convert

RGB 27 188 253 -
CMYK 0.89 0.26 0 0.01
HSL 197.26º 0.98% 0.55% -
HSV(B) 197.26º 0.89% 0.99% -
XYZ 36.16 43.29 99.38 -
YUV 147.27 187.66 42.21 -
System Red Green Blue C M Y K H S L
Decimal 27 188 253 0.89 0.26 0 0.01 197.26 0.98 0.55
Hex 1B BC FD 59 1A 0 1 C5 62 37
Octal 33 274 375 131 32 0 1 305 142 67
Binary 11011 10111100 11111101 1011001 11010 0 1 11000101 1100010 110111

Color Harmonies of #1BBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCFD

Black with #1BBCFD

Text Example


Text Example

White with #1BBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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