Html Css Color HEX #1BBDF5 Deep Sky Blue

📋 copy color: '#1BBDF5'

red 27 ◦ green 189 ◦ blue 245

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

Shades of Deep Sky Blue #1BBDF5

Tints of Deep Sky Blue #1BBDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.15%

R = 5.86%
G = 41%
B = 53.15%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1BBDF5 (or 0x1BBDF5) is known color: Deep Sky Blue. HEX triplet: 1B, BD and F5. RGB value is (27,189,245). Sum of RGB (Red+Green+Blue) = 27+189+245=461 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.86% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 245 (96.09% from 255 or 53.15% from 461); Max value from RGB is 245 - color contains mainly: blue. Hex color #1BBDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBDF5 is #E4420A. Grayscale: #929292. Windows color (decimal): -14959115 or 16104731. OLE color: 16104731.

HSL color Cylindrical-coordinate representation of color #1BBDF5: hue angle of 195.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBDF5 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 27 189 245 -
CMYK 0.89 0.23 0 0.04
HSL 195.41º 0.92% 0.53% -
HSV(B) 195.41º 0.89% 0.96% -
XYZ 35.13 43.22 92.88 -
YUV 146.95 183.33 42.45 -
System Red Green Blue C M Y K H S L
Decimal 27 189 245 0.89 0.23 0 0.04 195.41 0.92 0.53
Hex 1B BD F5 59 17 0 4 C3 5C 35
Octal 33 275 365 131 27 0 4 303 134 65
Binary 11011 10111101 11110101 1011001 10111 0 100 11000011 1011100 110101

Color Harmonies of #1BBDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBDF5

Black with #1BBDF5

Text Example


Text Example

White with #1BBDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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