Html Css Color HEX #97CFF9 Light Sky Blue

📋 copy color: '#97CFF9'

red 151 ◦ green 207 ◦ blue 249

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

Shades of Light Sky Blue #97CFF9

Tints of Light Sky Blue #97CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.1%

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 24.88%
G = 34.1%
B = 41.02%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97CFF9 (or 0x97CFF9) is known color: Light Sky Blue. HEX triplet: 97, CF and F9. RGB value is (151,207,249). Sum of RGB (Red+Green+Blue) = 151+207+249=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #97CFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CFF9 is #683006. Grayscale: #C2C2C2. Windows color (decimal): -6828039 or 16371607. OLE color: 16371607.

HSL color Cylindrical-coordinate representation of color #97CFF9: hue angle of 205.71º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97CFF9 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 207 249 -
CMYK 0.39 0.17 0 0.02
HSL 205.71º 0.89% 0.78% -
HSV(B) 205.71º 0.39% 0.98% -
XYZ 52.17 58.04 98.08 -
YUV 195.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 151 207 249 0.39 0.17 0 0.02 205.71 0.89 0.78
Hex 97 CF F9 27 11 0 2 CE 59 4E
Octal 227 317 371 47 21 0 2 316 131 116
Binary 10010111 11001111 11111001 100111 10001 0 10 11001110 1011001 1001110

Color Harmonies of #97CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CFF9

Black with #97CFF9

Text Example


Text Example

White with #97CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,207,249); }

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

background-color css

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

 a { background-color: rgb(151,207,249); }

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

border-color css

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

 span { border-color: rgb(151,207,249); }

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