Html Css Color HEX #90BFFA Light Sky Blue

📋 copy color: '#90BFFA'

red 144 ◦ green 191 ◦ blue 250

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

Shades of Light Sky Blue #90BFFA

Tints of Light Sky Blue #90BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.65%

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 24.62%
G = 32.65%
B = 42.74%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90BFFA (or 0x90BFFA) is known color: Light Sky Blue. HEX triplet: 90, BF and FA. RGB value is (144,191,250). Sum of RGB (Red+Green+Blue) = 144+191+250=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #90BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFFA is #6F4005. Grayscale: #B7B7B7. Windows color (decimal): -7290886 or 16433040. OLE color: 16433040.

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

Color convert

RGB 144 191 250 -
CMYK 0.42 0.24 0 0.02
HSL 213.4º 0.91% 0.77% -
HSV(B) 213.4º 0.42% 0.98% -
XYZ 47.39 50.09 97.61 -
YUV 183.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 144 191 250 0.42 0.24 0 0.02 213.4 0.91 0.77
Hex 90 BF FA 2A 18 0 2 D5 5B 4D
Octal 220 277 372 52 30 0 2 325 133 115
Binary 10010000 10111111 11111010 101010 11000 0 10 11010101 1011011 1001101

Color Harmonies of #90BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BFFA

Black with #90BFFA

Text Example


Text Example

White with #90BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,250); }

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

background-color css

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

 a { background-color: rgb(144,191,250); }

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

border-color css

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

 span { border-color: rgb(144,191,250); }

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