Html Css Color HEX #90BFFE Light Sky Blue

📋 copy color: '#90BFFE'

red 144 ◦ green 191 ◦ blue 254

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

Shades of Light Sky Blue #90BFFE

Tints of Light Sky Blue #90BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.43%

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

R = 24.45%
G = 32.43%
B = 43.12%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#90BFFE (or 0x90BFFE) is known color: Light Sky Blue. HEX triplet: 90, BF and FE. RGB value is (144,191,254). Sum of RGB (Red+Green+Blue) = 144+191+254=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #90BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFFE is #6F4001. Grayscale: #B7B7B7. Windows color (decimal): -7290882 or 16695184. OLE color: 16695184.

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

Color convert

RGB 144 191 254 -
CMYK 0.43 0.25 0 0.00
HSL 214.36º 0.98% 0.78% -
HSV(B) 214.36º 0.43% 1% -
XYZ 48.02 50.35 100.95 -
YUV 184.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 144 191 254 0.43 0.25 0 0.00 214.36 0.98 0.78
Hex 90 BF FE 2B 19 0 0 D6 62 4E
Octal 220 277 376 53 31 0 0 326 142 116
Binary 10010000 10111111 11111110 101011 11001 0 0 11010110 1100010 1001110

Color Harmonies of #90BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BFFE

Black with #90BFFE

Text Example


Text Example

White with #90BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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