Html Css Color HEX #90C2FA Light Sky Blue

📋 copy color: '#90C2FA'

red 144 ◦ green 194 ◦ blue 250

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

Shades of Light Sky Blue #90C2FA

Tints of Light Sky Blue #90C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

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

R = 24.49%
G = 32.99%
B = 42.52%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90C2FA (or 0x90C2FA) is known color: Light Sky Blue. HEX triplet: 90, C2 and FA. RGB value is (144,194,250). Sum of RGB (Red+Green+Blue) = 144+194+250=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #90C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C2FA is #6F3D05. Grayscale: #B9B9B9. Windows color (decimal): -7290118 or 16433808. OLE color: 16433808.

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

Color convert

RGB 144 194 250 -
CMYK 0.42 0.22 0 0.02
HSL 211.7º 0.91% 0.77% -
HSV(B) 211.7º 0.42% 0.98% -
XYZ 48.05 51.42 97.83 -
YUV 185.43 164.44 98.45 -
System Red Green Blue C M Y K H S L
Decimal 144 194 250 0.42 0.22 0 0.02 211.7 0.91 0.77
Hex 90 C2 FA 2A 16 0 2 D4 5B 4D
Octal 220 302 372 52 26 0 2 324 133 115
Binary 10010000 11000010 11111010 101010 10110 0 10 11010100 1011011 1001101

Color Harmonies of #90C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C2FA

Black with #90C2FA

Text Example


Text Example

White with #90C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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