Html Css Color HEX #90D6FE Light Sky Blue

📋 copy color: '#90D6FE'

red 144 ◦ green 214 ◦ blue 254

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

Shades of Light Sky Blue #90D6FE

Tints of Light Sky Blue #90D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.97%

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

R = 23.53%
G = 34.97%
B = 41.5%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#90D6FE (or 0x90D6FE) is known color: Light Sky Blue. HEX triplet: 90, D6 and FE. RGB value is (144,214,254). Sum of RGB (Red+Green+Blue) = 144+214+254=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #90D6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D6FE is #6F2901. Grayscale: #C5C5C5. Windows color (decimal): -7284994 or 16701072. OLE color: 16701072.

HSL color Cylindrical-coordinate representation of color #90D6FE: hue angle of 201.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 #90D6FE is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 214 254 -
CMYK 0.43 0.16 0 0.00
HSL 201.82º 0.98% 0.78% -
HSV(B) 201.82º 0.43% 1% -
XYZ 53.44 61.18 102.76 -
YUV 197.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 144 214 254 0.43 0.16 0 0.00 201.82 0.98 0.78
Hex 90 D6 FE 2B 10 0 0 CA 62 4E
Octal 220 326 376 53 20 0 0 312 142 116
Binary 10010000 11010110 11111110 101011 10000 0 0 11001010 1100010 1001110

Color Harmonies of #90D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D6FE

Black with #90D6FE

Text Example


Text Example

White with #90D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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