Html Css Color HEX #90B5FB Light Sky Blue

📋 copy color: '#90B5FB'

red 144 ◦ green 181 ◦ blue 251

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

Shades of Light Sky Blue #90B5FB

Tints of Light Sky Blue #90B5FB

RGB

 RED value IS 144 (56.64% from 255) = 25%

 GREEN value IS 181 (71.09% from 255) = 31.42%

 BLUE value IS 251 (98.44% from 255) = 43.58%

R = 25%
G = 31.42%
B = 43.58%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90B5FB (or 0x90B5FB) is known color: Light Sky Blue. HEX triplet: 90, B5 and FB. RGB value is (144,181,251). Sum of RGB (Red+Green+Blue) = 144+181+251=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #90B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B5FB is #6F4A04. Grayscale: #B1B1B1. Windows color (decimal): -7293445 or 16496016. OLE color: 16496016.

HSL color Cylindrical-coordinate representation of color #90B5FB: hue angle of 219.25º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90B5FB is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 181 251 -
CMYK 0.43 0.28 0 0.02
HSL 219.25º 0.93% 0.77% -
HSV(B) 219.25º 0.43% 0.98% -
XYZ 45.44 45.94 97.74 -
YUV 177.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 144 181 251 0.43 0.28 0 0.02 219.25 0.93 0.77
Hex 90 B5 FB 2B 1C 0 2 DB 5D 4D
Octal 220 265 373 53 34 0 2 333 135 115
Binary 10010000 10110101 11111011 101011 11100 0 10 11011011 1011101 1001101

Color Harmonies of #90B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B5FB

Black with #90B5FB

Text Example


Text Example

White with #90B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90B5FB; }

 p { color: rgb(144,181,251); }

 H1.HeaderClassName
 {
   color: #90B5FB;
 }
 .AnyTagClassName
 {
   color: #90B5FB;
 }
</style>

background-color css

<style>
 a { background-color: #90B5FB; }

 a { background-color: rgb(144,181,251); }

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

border-color css

<style>
 span { border-color: #90B5FB; }

 span { border-color: rgb(144,181,251); }

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