Html Css Color HEX #90B8FC Light Sky Blue

📋 copy color: '#90B8FC'

red 144 ◦ green 184 ◦ blue 252

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

Shades of Light Sky Blue #90B8FC

Tints of Light Sky Blue #90B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.72%

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

R = 24.83%
G = 31.72%
B = 43.45%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90B8FC (or 0x90B8FC) is known color: Light Sky Blue. HEX triplet: 90, B8 and FC. RGB value is (144,184,252). Sum of RGB (Red+Green+Blue) = 144+184+252=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #90B8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B8FC is #6F4703. Grayscale: #B3B3B3. Windows color (decimal): -7292676 or 16562320. OLE color: 16562320.

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

Color convert

RGB 144 184 252 -
CMYK 0.43 0.27 0 0.01
HSL 217.78º 0.95% 0.78% -
HSV(B) 217.78º 0.43% 0.99% -
XYZ 46.21 47.24 98.78 -
YUV 179.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 144 184 252 0.43 0.27 0 0.01 217.78 0.95 0.78
Hex 90 B8 FC 2B 1B 0 1 DA 5F 4E
Octal 220 270 374 53 33 0 1 332 137 116
Binary 10010000 10111000 11111100 101011 11011 0 1 11011010 1011111 1001110

Color Harmonies of #90B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B8FC

Black with #90B8FC

Text Example


Text Example

White with #90B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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