Html Css Color HEX #97BFFD Light Sky Blue

📋 copy color: '#97BFFD'

red 151 ◦ green 191 ◦ blue 253

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

Shades of Light Sky Blue #97BFFD

Tints of Light Sky Blue #97BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 32.1%

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 25.38%
G = 32.1%
B = 42.52%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#97BFFD (or 0x97BFFD) is known color: Light Sky Blue. HEX triplet: 97, BF and FD. RGB value is (151,191,253). Sum of RGB (Red+Green+Blue) = 151+191+253=595 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.38% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #97BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFFD is #684002. Grayscale: #B9B9B9. Windows color (decimal): -6832131 or 16629655. OLE color: 16629655.

HSL color Cylindrical-coordinate representation of color #97BFFD: hue angle of 216.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97BFFD is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 191 253 -
CMYK 0.40 0.25 0 0.01
HSL 216.47º 0.96% 0.79% -
HSV(B) 216.47º 0.4% 0.99% -
XYZ 49.12 50.93 100.17 -
YUV 186.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 151 191 253 0.40 0.25 0 0.01 216.47 0.96 0.79
Hex 97 BF FD 28 19 0 1 D8 60 4F
Octal 227 277 375 50 31 0 1 330 140 117
Binary 10010111 10111111 11111101 101000 11001 0 1 11011000 1100000 1001111

Color Harmonies of #97BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BFFD

Black with #97BFFD

Text Example


Text Example

White with #97BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,191,253); }

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

background-color css

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

 a { background-color: rgb(151,191,253); }

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

border-color css

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

 span { border-color: rgb(151,191,253); }

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