Html Css Color HEX #90C7FC Light Sky Blue

📋 copy color: '#90C7FC'

red 144 ◦ green 199 ◦ blue 252

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

Shades of Light Sky Blue #90C7FC

Tints of Light Sky Blue #90C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.45%

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

R = 24.2%
G = 33.45%
B = 42.35%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90C7FC (or 0x90C7FC) is known color: Light Sky Blue. HEX triplet: 90, C7 and FC. RGB value is (144,199,252). Sum of RGB (Red+Green+Blue) = 144+199+252=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #90C7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7FC is #6F3803. Grayscale: #BCBCBC. Windows color (decimal): -7288836 or 16566160. OLE color: 16566160.

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

Color convert

RGB 144 199 252 -
CMYK 0.43 0.21 0 0.01
HSL 209.44º 0.95% 0.78% -
HSV(B) 209.44º 0.43% 0.99% -
XYZ 49.5 53.8 99.87 -
YUV 188.6 163.78 96.19 -
System Red Green Blue C M Y K H S L
Decimal 144 199 252 0.43 0.21 0 0.01 209.44 0.95 0.78
Hex 90 C7 FC 2B 15 0 1 D1 5F 4E
Octal 220 307 374 53 25 0 1 321 137 116
Binary 10010000 11000111 11111100 101011 10101 0 1 11010001 1011111 1001110

Color Harmonies of #90C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C7FC

Black with #90C7FC

Text Example


Text Example

White with #90C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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