Html Css Color HEX #90C0FE Light Sky Blue

📋 copy color: '#90C0FE'

red 144 ◦ green 192 ◦ blue 254

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

Shades of Light Sky Blue #90C0FE

Tints of Light Sky Blue #90C0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 24.41%
G = 32.54%
B = 43.05%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#90C0FE (or 0x90C0FE) is known color: Light Sky Blue. HEX triplet: 90, C0 and FE. RGB value is (144,192,254). Sum of RGB (Red+Green+Blue) = 144+192+254=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #90C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C0FE is #6F3F01. Grayscale: #B8B8B8. Windows color (decimal): -7290626 or 16695440. OLE color: 16695440.

HSL color Cylindrical-coordinate representation of color #90C0FE: hue angle of 213.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90C0FE is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 192 254 -
CMYK 0.43 0.24 0 0.00
HSL 213.82º 0.98% 0.78% -
HSV(B) 213.82º 0.43% 1% -
XYZ 48.24 50.78 101.03 -
YUV 184.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 144 192 254 0.43 0.24 0 0.00 213.82 0.98 0.78
Hex 90 C0 FE 2B 18 0 0 D6 62 4E
Octal 220 300 376 53 30 0 0 326 142 116
Binary 10010000 11000000 11111110 101011 11000 0 0 11010110 1100010 1001110

Color Harmonies of #90C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C0FE

Black with #90C0FE

Text Example


Text Example

White with #90C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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