Html Css Color HEX #91BDF5 Light Sky Blue

📋 copy color: '#91BDF5'

red 145 ◦ green 189 ◦ blue 245

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

Shades of Light Sky Blue #91BDF5

Tints of Light Sky Blue #91BDF5

RGB

 RED value IS 145 (57.03% from 255) = 25.04%

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

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

R = 25.04%
G = 32.64%
B = 42.31%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#91BDF5 (or 0x91BDF5) is known color: Light Sky Blue. HEX triplet: 91, BD and F5. RGB value is (145,189,245). Sum of RGB (Red+Green+Blue) = 145+189+245=579 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.04% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #91BDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BDF5 is #6E420A. Grayscale: #B5B5B5. Windows color (decimal): -7225867 or 16104849. OLE color: 16104849.

HSL color Cylindrical-coordinate representation of color #91BDF5: hue angle of 213.6º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91BDF5 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 189 245 -
CMYK 0.41 0.23 0 0.04
HSL 213.6º 0.83% 0.76% -
HSV(B) 213.6º 0.41% 0.96% -
XYZ 46.36 49.01 93.4 -
YUV 182.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 145 189 245 0.41 0.23 0 0.04 213.6 0.83 0.76
Hex 91 BD F5 29 17 0 4 D6 53 4C
Octal 221 275 365 51 27 0 4 326 123 114
Binary 10010001 10111101 11110101 101001 10111 0 100 11010110 1010011 1001100

Color Harmonies of #91BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BDF5

Black with #91BDF5

Text Example


Text Example

White with #91BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91BDF5; }

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

 H1.HeaderClassName
 {
   color: #91BDF5;
 }
 .AnyTagClassName
 {
   color: #91BDF5;
 }
</style>

background-color css

<style>
 a { background-color: #91BDF5; }

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

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

border-color css

<style>
 span { border-color: #91BDF5; }

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

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