Html Css Color HEX #90BDF7 Light Sky Blue

📋 copy color: '#90BDF7'

red 144 ◦ green 189 ◦ blue 247

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

Shades of Light Sky Blue #90BDF7

Tints of Light Sky Blue #90BDF7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.59%

 BLUE value IS 247 (96.88% from 255) = 42.59%

R = 24.83%
G = 32.59%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#90BDF7 (or 0x90BDF7) is known color: Light Sky Blue. HEX triplet: 90, BD and F7. RGB value is (144,189,247). Sum of RGB (Red+Green+Blue) = 144+189+247=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #90BDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDF7 is #6F4208. Grayscale: #B5B5B5. Windows color (decimal): -7291401 or 16235920. OLE color: 16235920.

HSL color Cylindrical-coordinate representation of color #90BDF7: hue angle of 213.79º degrees, saturation: 0.87, 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 #90BDF7 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 189 247 -
CMYK 0.42 0.23 0 0.03
HSL 213.79º 0.87% 0.77% -
HSV(B) 213.79º 0.42% 0.97% -
XYZ 46.49 49.04 95.01 -
YUV 182.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 144 189 247 0.42 0.23 0 0.03 213.79 0.87 0.77
Hex 90 BD F7 2A 17 0 3 D6 57 4D
Octal 220 275 367 52 27 0 3 326 127 115
Binary 10010000 10111101 11110111 101010 10111 0 11 11010110 1010111 1001101

Color Harmonies of #90BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BDF7

Black with #90BDF7

Text Example


Text Example

White with #90BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,189,247); }

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

background-color css

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

 a { background-color: rgb(144,189,247); }

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

border-color css

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

 span { border-color: rgb(144,189,247); }

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