Html Css Color HEX #97BEF8 Pale Cornflower Blue

📋 copy color: '#97BEF8'

red 151 ◦ green 190 ◦ blue 248

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

Shades of Pale Cornflower Blue #97BEF8

Tints of Pale Cornflower Blue #97BEF8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.26%

 BLUE value IS 248 (97.27% from 255) = 42.11%

R = 25.64%
G = 32.26%
B = 42.11%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97BEF8 (or 0x97BEF8) is known color: Pale Cornflower Blue. HEX triplet: 97, BE and F8. RGB value is (151,190,248). Sum of RGB (Red+Green+Blue) = 151+190+248=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #97BEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BEF8 is #684107. Grayscale: #B8B8B8. Windows color (decimal): -6832392 or 16301719. OLE color: 16301719.

HSL color Cylindrical-coordinate representation of color #97BEF8: hue angle of 215.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97BEF8 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 190 248 -
CMYK 0.39 0.23 0 0.03
HSL 215.88º 0.87% 0.78% -
HSV(B) 215.88º 0.39% 0.97% -
XYZ 48.12 50.18 95.96 -
YUV 184.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 151 190 248 0.39 0.23 0 0.03 215.88 0.87 0.78
Hex 97 BE F8 27 17 0 3 D8 57 4E
Octal 227 276 370 47 27 0 3 330 127 116
Binary 10010111 10111110 11111000 100111 10111 0 11 11011000 1010111 1001110

Color Harmonies of #97BEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BEF8

Black with #97BEF8

Text Example


Text Example

White with #97BEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,190,248); }

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

background-color css

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

 a { background-color: rgb(151,190,248); }

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

border-color css

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

 span { border-color: rgb(151,190,248); }

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