Html Css Color HEX #90BFFC Light Sky Blue

📋 copy color: '#90BFFC'

red 144 ◦ green 191 ◦ blue 252

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

Shades of Light Sky Blue #90BFFC

Tints of Light Sky Blue #90BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 24.53%
G = 32.54%
B = 42.93%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90BFFC (or 0x90BFFC) is known color: Light Sky Blue. HEX triplet: 90, BF and FC. RGB value is (144,191,252). Sum of RGB (Red+Green+Blue) = 144+191+252=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #90BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFFC is #6F4003. Grayscale: #B7B7B7. Windows color (decimal): -7290884 or 16564112. OLE color: 16564112.

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

Color convert

RGB 144 191 252 -
CMYK 0.43 0.24 0 0.01
HSL 213.89º 0.95% 0.78% -
HSV(B) 213.89º 0.43% 0.99% -
XYZ 47.7 50.22 99.27 -
YUV 183.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 144 191 252 0.43 0.24 0 0.01 213.89 0.95 0.78
Hex 90 BF FC 2B 18 0 1 D6 5F 4E
Octal 220 277 374 53 30 0 1 326 137 116
Binary 10010000 10111111 11111100 101011 11000 0 1 11010110 1011111 1001110

Color Harmonies of #90BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BFFC

Black with #90BFFC

Text Example


Text Example

White with #90BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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