Html Css Color HEX #90C0FA Light Sky Blue

📋 copy color: '#90C0FA'

red 144 ◦ green 192 ◦ blue 250

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

Shades of Light Sky Blue #90C0FA

Tints of Light Sky Blue #90C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

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

R = 24.57%
G = 32.76%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90C0FA (or 0x90C0FA) is known color: Light Sky Blue. HEX triplet: 90, C0 and FA. RGB value is (144,192,250). Sum of RGB (Red+Green+Blue) = 144+192+250=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #90C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C0FA is #6F3F05. Grayscale: #B7B7B7. Windows color (decimal): -7290630 or 16433296. OLE color: 16433296.

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

Color convert

RGB 144 192 250 -
CMYK 0.42 0.23 0 0.02
HSL 212.83º 0.91% 0.77% -
HSV(B) 212.83º 0.42% 0.98% -
XYZ 47.61 50.53 97.69 -
YUV 184.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 144 192 250 0.42 0.23 0 0.02 212.83 0.91 0.77
Hex 90 C0 FA 2A 17 0 2 D5 5B 4D
Octal 220 300 372 52 27 0 2 325 133 115
Binary 10010000 11000000 11111010 101010 10111 0 10 11010101 1011011 1001101

Color Harmonies of #90C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C0FA

Black with #90C0FA

Text Example


Text Example

White with #90C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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