Html Css Color HEX #97C5FA Light Sky Blue

📋 copy color: '#97C5FA'

red 151 ◦ green 197 ◦ blue 250

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

Shades of Light Sky Blue #97C5FA

Tints of Light Sky Blue #97C5FA

RGB

 RED value IS 151 (59.38% from 255) = 25.25%

 GREEN value IS 197 (77.34% from 255) = 32.94%

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 25.25%
G = 32.94%
B = 41.81%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97C5FA (or 0x97C5FA) is known color: Light Sky Blue. HEX triplet: 97, C5 and FA. RGB value is (151,197,250). Sum of RGB (Red+Green+Blue) = 151+197+250=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #97C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C5FA is #683A05. Grayscale: #BDBDBD. Windows color (decimal): -6830598 or 16434583. OLE color: 16434583.

HSL color Cylindrical-coordinate representation of color #97C5FA: hue angle of 212.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97C5FA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 197 250 -
CMYK 0.40 0.21 0 0.02
HSL 212.12º 0.91% 0.79% -
HSV(B) 212.12º 0.4% 0.98% -
XYZ 49.98 53.41 98.12 -
YUV 189.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 151 197 250 0.40 0.21 0 0.02 212.12 0.91 0.79
Hex 97 C5 FA 28 15 0 2 D4 5B 4F
Octal 227 305 372 50 25 0 2 324 133 117
Binary 10010111 11000101 11111010 101000 10101 0 10 11010100 1011011 1001111

Color Harmonies of #97C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C5FA

Black with #97C5FA

Text Example


Text Example

White with #97C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97C5FA; }

 p { color: rgb(151,197,250); }

 H1.HeaderClassName
 {
   color: #97C5FA;
 }
 .AnyTagClassName
 {
   color: #97C5FA;
 }
</style>

background-color css

<style>
 a { background-color: #97C5FA; }

 a { background-color: rgb(151,197,250); }

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

border-color css

<style>
 span { border-color: #97C5FA; }

 span { border-color: rgb(151,197,250); }

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