Html Css Color HEX #97CAFB Light Sky Blue

📋 copy color: '#97CAFB'

red 151 ◦ green 202 ◦ blue 251

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

Shades of Light Sky Blue #97CAFB

Tints of Light Sky Blue #97CAFB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.44%

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

R = 25%
G = 33.44%
B = 41.56%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97CAFB (or 0x97CAFB) is known color: Light Sky Blue. HEX triplet: 97, CA and FB. RGB value is (151,202,251). Sum of RGB (Red+Green+Blue) = 151+202+251=604 (80% of max value = 765). Red value is 151 (59.38% from 255 or 25% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #97CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CAFB is #683504. Grayscale: #C0C0C0. Windows color (decimal): -6829317 or 16501399. OLE color: 16501399.

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

Color convert

RGB 151 202 251 -
CMYK 0.40 0.20 0 0.02
HSL 209.4º 0.93% 0.79% -
HSV(B) 209.4º 0.4% 0.98% -
XYZ 51.3 55.79 99.33 -
YUV 192.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 151 202 251 0.40 0.20 0 0.02 209.4 0.93 0.79
Hex 97 CA FB 28 14 0 2 D1 5D 4F
Octal 227 312 373 50 24 0 2 321 135 117
Binary 10010111 11001010 11111011 101000 10100 0 10 11010001 1011101 1001111

Color Harmonies of #97CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CAFB

Black with #97CAFB

Text Example


Text Example

White with #97CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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