Html Css Color HEX #90D3FA Light Sky Blue

📋 copy color: '#90D3FA'

red 144 ◦ green 211 ◦ blue 250

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

Shades of Light Sky Blue #90D3FA

Tints of Light Sky Blue #90D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

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

R = 23.8%
G = 34.88%
B = 41.32%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90D3FA (or 0x90D3FA) is known color: Light Sky Blue. HEX triplet: 90, D3 and FA. RGB value is (144,211,250). Sum of RGB (Red+Green+Blue) = 144+211+250=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #90D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D3FA is #6F2C05. Grayscale: #C3C3C3. Windows color (decimal): -7285766 or 16438160. OLE color: 16438160.

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

Color convert

RGB 144 211 250 -
CMYK 0.42 0.16 0 0.02
HSL 202.08º 0.91% 0.77% -
HSV(B) 202.08º 0.42% 0.98% -
XYZ 52.05 59.42 99.17 -
YUV 195.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 144 211 250 0.42 0.16 0 0.02 202.08 0.91 0.77
Hex 90 D3 FA 2A 10 0 2 CA 5B 4D
Octal 220 323 372 52 20 0 2 312 133 115
Binary 10010000 11010011 11111010 101010 10000 0 10 11001010 1011011 1001101

Color Harmonies of #90D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D3FA

Black with #90D3FA

Text Example


Text Example

White with #90D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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