Html Css Color HEX #1BBBFF Deep Sky Blue

📋 copy color: '#1BBBFF'

red 27 ◦ green 187 ◦ blue 255

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

Shades of Deep Sky Blue #1BBBFF

Tints of Deep Sky Blue #1BBBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 5.76%
G = 39.87%
B = 54.37%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BBBFF (or 0x1BBBFF) is known color: Deep Sky Blue. HEX triplet: 1B, BB and FF. RGB value is (27,187,255). Sum of RGB (Red+Green+Blue) = 27+187+255=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBBFF is #E44400. Grayscale: #929292. Windows color (decimal): -14959617 or 16759579. OLE color: 16759579.

HSL color Cylindrical-coordinate representation of color #1BBBFF: hue angle of 197.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBBFF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 187 255 -
CMYK 0.89 0.27 0 0
HSL 197.89º 1% 0.55% -
HSV(B) 197.89º 0.89% 1% -
XYZ 36.27 42.99 100.99 -
YUV 146.91 188.99 42.47 -
System Red Green Blue C M Y K H S L
Decimal 27 187 255 0.89 0.27 0 0 197.89 1 0.55
Hex 1B BB FF 59 1B 0 0 C6 64 37
Octal 33 273 377 131 33 0 0 306 144 67
Binary 11011 10111011 11111111 1011001 11011 0 0 11000110 1100100 110111

Color Harmonies of #1BBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBBFF

Black with #1BBBFF

Text Example


Text Example

White with #1BBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,187,255); }

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

background-color css

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

 a { background-color: rgb(27,187,255); }

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

border-color css

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

 span { border-color: rgb(27,187,255); }

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