Html Css Color HEX #1BBCFE Deep Sky Blue

📋 copy color: '#1BBCFE'

red 27 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #1BBCFE

Tints of Deep Sky Blue #1BBCFE

RGB

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

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

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

R = 5.76%
G = 40.09%
B = 54.16%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1BBCFE (or 0x1BBCFE) is known color: Deep Sky Blue. HEX triplet: 1B, BC and FE. RGB value is (27,188,254). Sum of RGB (Red+Green+Blue) = 27+188+254=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BBCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCFE is #E44301. Grayscale: #929292. Windows color (decimal): -14959362 or 16694299. OLE color: 16694299.

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

Color convert

RGB 27 188 254 -
CMYK 0.89 0.26 0 0.00
HSL 197.44º 0.99% 0.55% -
HSV(B) 197.44º 0.89% 1% -
XYZ 36.32 43.36 100.22 -
YUV 147.39 188.16 42.13 -
System Red Green Blue C M Y K H S L
Decimal 27 188 254 0.89 0.26 0 0.00 197.44 0.99 0.55
Hex 1B BC FE 59 1A 0 0 C5 63 37
Octal 33 274 376 131 32 0 0 305 143 67
Binary 11011 10111100 11111110 1011001 11010 0 0 11000101 1100011 110111

Color Harmonies of #1BBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCFE

Black with #1BBCFE

Text Example


Text Example

White with #1BBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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