Html Css Color HEX #97C1F9 Pale Cornflower Blue

📋 copy color: '#97C1F9'

red 151 ◦ green 193 ◦ blue 249

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

Shades of Pale Cornflower Blue #97C1F9

Tints of Pale Cornflower Blue #97C1F9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

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

R = 25.46%
G = 32.55%
B = 41.99%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97C1F9 (or 0x97C1F9) is known color: Pale Cornflower Blue. HEX triplet: 97, C1 and F9. RGB value is (151,193,249). Sum of RGB (Red+Green+Blue) = 151+193+249=593 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.46% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #97C1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C1F9 is #683E06. Grayscale: #BABABA. Windows color (decimal): -6831623 or 16368023. OLE color: 16368023.

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

Color convert

RGB 151 193 249 -
CMYK 0.39 0.22 0 0.02
HSL 214.29º 0.89% 0.78% -
HSV(B) 214.29º 0.39% 0.98% -
XYZ 48.93 51.56 97 -
YUV 186.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 151 193 249 0.39 0.22 0 0.02 214.29 0.89 0.78
Hex 97 C1 F9 27 16 0 2 D6 59 4E
Octal 227 301 371 47 26 0 2 326 131 116
Binary 10010111 11000001 11111001 100111 10110 0 10 11010110 1011001 1001110

Color Harmonies of #97C1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C1F9

Black with #97C1F9

Text Example


Text Example

White with #97C1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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