Html Css Color HEX #90BEFD Light Sky Blue

📋 copy color: '#90BEFD'

red 144 ◦ green 190 ◦ blue 253

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

Shades of Light Sky Blue #90BEFD

Tints of Light Sky Blue #90BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.37%

 BLUE value IS 253 (99.22% from 255) = 43.1%

R = 24.53%
G = 32.37%
B = 43.1%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90BEFD (or 0x90BEFD) is known color: Light Sky Blue. HEX triplet: 90, BE and FD. RGB value is (144,190,253). Sum of RGB (Red+Green+Blue) = 144+190+253=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #90BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BEFD is #6F4102. Grayscale: #B7B7B7. Windows color (decimal): -7291139 or 16629392. OLE color: 16629392.

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

Color convert

RGB 144 190 253 -
CMYK 0.43 0.25 0 0.01
HSL 214.68º 0.96% 0.78% -
HSV(B) 214.68º 0.43% 0.99% -
XYZ 47.64 49.85 100.04 -
YUV 183.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 144 190 253 0.43 0.25 0 0.01 214.68 0.96 0.78
Hex 90 BE FD 2B 19 0 1 D7 60 4E
Octal 220 276 375 53 31 0 1 327 140 116
Binary 10010000 10111110 11111101 101011 11001 0 1 11010111 1100000 1001110

Color Harmonies of #90BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BEFD

Black with #90BEFD

Text Example


Text Example

White with #90BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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