Html Css Color HEX #90C5FA Light Sky Blue

📋 copy color: '#90C5FA'

red 144 ◦ green 197 ◦ blue 250

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

Shades of Light Sky Blue #90C5FA

Tints of Light Sky Blue #90C5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

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

R = 24.37%
G = 33.33%
B = 42.3%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90C5FA (or 0x90C5FA) is known color: Light Sky Blue. HEX triplet: 90, C5 and FA. RGB value is (144,197,250). Sum of RGB (Red+Green+Blue) = 144+197+250=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #90C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C5FA is #6F3A05. Grayscale: #BABABA. Windows color (decimal): -7289350 or 16434576. OLE color: 16434576.

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

Color convert

RGB 144 197 250 -
CMYK 0.42 0.21 0 0.02
HSL 210º 0.91% 0.77% -
HSV(B) 210º 0.42% 0.98% -
XYZ 48.72 52.76 98.06 -
YUV 187.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 144 197 250 0.42 0.21 0 0.02 210 0.91 0.77
Hex 90 C5 FA 2A 15 0 2 D2 5B 4D
Octal 220 305 372 52 25 0 2 322 133 115
Binary 10010000 11000101 11111010 101010 10101 0 10 11010010 1011011 1001101

Color Harmonies of #90C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C5FA

Black with #90C5FA

Text Example


Text Example

White with #90C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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