#90CFFE

Color #90CFFE Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #90CFFE

Tints of Light Sky Blue #90CFFE

Color information

#90CFFE (or 0x90CFFE) is unknown color: approx Light Sky Blue. HEX triplet: 90, CF and FE. RGB value is (144,207,254). Sum of RGB (Red+Green+Blue) = 144+207+254=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #90CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFFE is #6F3001. Grayscale: #C1C1C1. Windows color (decimal): -7286786 or 16699280. OLE color: 16699280.

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

Color convert

RGB144207254-
CMYK0.430.1900.00
HSL205.64º98.21%78.04%-
HSV(B)205.64º43.31%99.61%-
XYZ51.757.71102.18-
YUV193.52162.1392.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.80%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=23.80%
G=34.21%
B=41.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442072540.430.1900.00205.6498.2178.04
Hex90CFFE2B1300ce624e
Octal220317376532300316142116
Binary10010000110011111111111010101110011001100111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90CFFE;
 }
 .AnyTagClassName
 {
   color: #90CFFE;
 }
</style>
background-color css

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

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

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

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

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

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