#90BEFF

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

Shades of Light Sky Blue #90BEFF

Tints of Light Sky Blue #90BEFF

Color information

#90BEFF (or 0x90BEFF) is unknown color: approx Light Sky Blue. HEX triplet: 90, BE and FF. RGB value is (144,190,255). Sum of RGB (Red+Green+Blue) = 144+190+255=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #90BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BEFF is #6F4100. Grayscale: #B7B7B7. Windows color (decimal): -7291137 or 16760464. OLE color: 16760464.

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

Color convert

RGB144190255-
CMYK0.440.2500
HSL215.14º100%78.24%-
HSV(B)215.14º43.53%100%-
XYZ47.9749.98101.73-
YUV183.66168.2699.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.45%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 255 (100% from 255) = 43.29%
R=24.45%
G=32.26%
B=43.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441902550.440.2500215.1410078.24
Hex90BEFF2C1900d7644e
Octal220276377543100327144116
Binary10010000101111101111111110110011001001101011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,255); }

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

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

 a { background-color: rgb(144,190,255); }

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

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

 span { border-color: rgb(144,190,255); }

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