Html Css Color HEX #97C8FA Light Sky Blue

📋 copy color: '#97C8FA'

red 151 ◦ green 200 ◦ blue 250

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

Shades of Light Sky Blue #97C8FA

Tints of Light Sky Blue #97C8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.28%

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

R = 25.12%
G = 33.28%
B = 41.6%

CMYK

 C value IS 0.40

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97C8FA (or 0x97C8FA) is known color: Light Sky Blue. HEX triplet: 97, C8 and FA. RGB value is (151,200,250). Sum of RGB (Red+Green+Blue) = 151+200+250=601 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.12% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #97C8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C8FA is #683705. Grayscale: #BEBEBE. Windows color (decimal): -6829830 or 16435351. OLE color: 16435351.

HSL color Cylindrical-coordinate representation of color #97C8FA: hue angle of 210.3º 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 #97C8FA is Cyan = 0.40, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 200 250 -
CMYK 0.40 0.2 0 0.02
HSL 210.3º 0.91% 0.79% -
HSV(B) 210.3º 0.4% 0.98% -
XYZ 50.67 54.79 98.35 -
YUV 191.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 151 200 250 0.40 0.2 0 0.02 210.3 0.91 0.79
Hex 97 C8 FA 28 14 0 2 D2 5B 4F
Octal 227 310 372 50 24 0 2 322 133 117
Binary 10010111 11001000 11111010 101000 10100 0 10 11010010 1011011 1001111

Color Harmonies of #97C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C8FA

Black with #97C8FA

Text Example


Text Example

White with #97C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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