Html Css Color HEX #97C4FB Light Sky Blue

📋 copy color: '#97C4FB'

red 151 ◦ green 196 ◦ blue 251

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

Shades of Light Sky Blue #97C4FB

Tints of Light Sky Blue #97C4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.78%

 BLUE value IS 251 (98.44% from 255) = 41.97%

R = 25.25%
G = 32.78%
B = 41.97%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97C4FB (or 0x97C4FB) is known color: Light Sky Blue. HEX triplet: 97, C4 and FB. RGB value is (151,196,251). Sum of RGB (Red+Green+Blue) = 151+196+251=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #97C4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C4FB is #683B04. Grayscale: #BCBCBC. Windows color (decimal): -6830853 or 16499863. OLE color: 16499863.

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

Color convert

RGB 151 196 251 -
CMYK 0.40 0.22 0 0.02
HSL 213º 0.93% 0.79% -
HSV(B) 213º 0.4% 0.98% -
XYZ 49.92 53.02 98.87 -
YUV 188.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 151 196 251 0.40 0.22 0 0.02 213 0.93 0.79
Hex 97 C4 FB 28 16 0 2 D5 5D 4F
Octal 227 304 373 50 26 0 2 325 135 117
Binary 10010111 11000100 11111011 101000 10110 0 10 11010101 1011101 1001111

Color Harmonies of #97C4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C4FB

Black with #97C4FB

Text Example


Text Example

White with #97C4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,196,251); }

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

background-color css

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

 a { background-color: rgb(151,196,251); }

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

border-color css

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

 span { border-color: rgb(151,196,251); }

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