Html Css Color HEX #90BAFA Light Sky Blue

📋 copy color: '#90BAFA'

red 144 ◦ green 186 ◦ blue 250

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

Shades of Light Sky Blue #90BAFA

Tints of Light Sky Blue #90BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

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

R = 24.83%
G = 32.07%
B = 43.1%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90BAFA (or 0x90BAFA) is known color: Light Sky Blue. HEX triplet: 90, BA and FA. RGB value is (144,186,250). Sum of RGB (Red+Green+Blue) = 144+186+250=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #90BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAFA is #6F4505. Grayscale: #B4B4B4. Windows color (decimal): -7292166 or 16431760. OLE color: 16431760.

HSL color Cylindrical-coordinate representation of color #90BAFA: hue angle of 216.23º 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 #90BAFA is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 186 250 -
CMYK 0.42 0.26 0 0.02
HSL 216.23º 0.91% 0.77% -
HSV(B) 216.23º 0.42% 0.98% -
XYZ 46.32 47.95 97.26 -
YUV 180.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 144 186 250 0.42 0.26 0 0.02 216.23 0.91 0.77
Hex 90 BA FA 2A 1A 0 2 D8 5B 4D
Octal 220 272 372 52 32 0 2 330 133 115
Binary 10010000 10111010 11111010 101010 11010 0 10 11011000 1011011 1001101

Color Harmonies of #90BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BAFA

Black with #90BAFA

Text Example


Text Example

White with #90BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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