Html Css Color HEX #90BCF8 Light Sky Blue

📋 copy color: '#90BCF8'

red 144 ◦ green 188 ◦ blue 248

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

Shades of Light Sky Blue #90BCF8

Tints of Light Sky Blue #90BCF8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.41%

 BLUE value IS 248 (97.27% from 255) = 42.76%

R = 24.83%
G = 32.41%
B = 42.76%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#90BCF8 (or 0x90BCF8) is known color: Light Sky Blue. HEX triplet: 90, BC and F8. RGB value is (144,188,248). Sum of RGB (Red+Green+Blue) = 144+188+248=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #90BCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCF8 is #6F4307. Grayscale: #B5B5B5. Windows color (decimal): -7291656 or 16301200. OLE color: 16301200.

HSL color Cylindrical-coordinate representation of color #90BCF8: hue angle of 214.62º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90BCF8 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 188 248 -
CMYK 0.42 0.24 0 0.03
HSL 214.62º 0.88% 0.77% -
HSV(B) 214.62º 0.42% 0.97% -
XYZ 46.43 48.67 95.75 -
YUV 181.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 144 188 248 0.42 0.24 0 0.03 214.62 0.88 0.77
Hex 90 BC F8 2A 18 0 3 D7 58 4D
Octal 220 274 370 52 30 0 3 327 130 115
Binary 10010000 10111100 11111000 101010 11000 0 11 11010111 1011000 1001101

Color Harmonies of #90BCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCF8

Black with #90BCF8

Text Example


Text Example

White with #90BCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,248); }

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

background-color css

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

 a { background-color: rgb(144,188,248); }

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

border-color css

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

 span { border-color: rgb(144,188,248); }

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