Html Css Color HEX #90BCFA Light Sky Blue

📋 copy color: '#90BCFA'

red 144 ◦ green 188 ◦ blue 250

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

Shades of Light Sky Blue #90BCFA

Tints of Light Sky Blue #90BCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.3%

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

R = 24.74%
G = 32.3%
B = 42.96%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90BCFA (or 0x90BCFA) is known color: Light Sky Blue. HEX triplet: 90, BC and FA. RGB value is (144,188,250). Sum of RGB (Red+Green+Blue) = 144+188+250=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #90BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCFA is #6F4305. Grayscale: #B5B5B5. Windows color (decimal): -7291654 or 16432272. OLE color: 16432272.

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

Color convert

RGB 144 188 250 -
CMYK 0.42 0.25 0 0.02
HSL 215.09º 0.91% 0.77% -
HSV(B) 215.09º 0.42% 0.98% -
XYZ 46.74 48.8 97.4 -
YUV 181.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 144 188 250 0.42 0.25 0 0.02 215.09 0.91 0.77
Hex 90 BC FA 2A 19 0 2 D7 5B 4D
Octal 220 274 372 52 31 0 2 327 133 115
Binary 10010000 10111100 11111010 101010 11001 0 10 11010111 1011011 1001101

Color Harmonies of #90BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCFA

Black with #90BCFA

Text Example


Text Example

White with #90BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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