Html Css Color HEX #1BB0FF Deep Sky Blue

📋 copy color: '#1BB0FF'

red 27 ◦ green 176 ◦ blue 255

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

Shades of Deep Sky Blue #1BB0FF

Tints of Deep Sky Blue #1BB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.43%

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

R = 5.9%
G = 38.43%
B = 55.68%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BB0FF (or 0x1BB0FF) is known color: Deep Sky Blue. HEX triplet: 1B, B0 and FF. RGB value is (27,176,255). Sum of RGB (Red+Green+Blue) = 27+176+255=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BB0FF is #E44F00. Grayscale: #8B8B8B. Windows color (decimal): -14962433 or 16756763. OLE color: 16756763.

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

Color convert

RGB 27 176 255 -
CMYK 0.89 0.31 0 0
HSL 200.79º 1% 0.55% -
HSV(B) 200.79º 0.89% 1% -
XYZ 34.03 38.5 100.25 -
YUV 140.46 192.64 47.08 -
System Red Green Blue C M Y K H S L
Decimal 27 176 255 0.89 0.31 0 0 200.79 1 0.55
Hex 1B B0 FF 59 1F 0 0 C9 64 37
Octal 33 260 377 131 37 0 0 311 144 67
Binary 11011 10110000 11111111 1011001 11111 0 0 11001001 1100100 110111

Color Harmonies of #1BB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB0FF

Black with #1BB0FF

Text Example


Text Example

White with #1BB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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