Html Css Color HEX #97BFF2 Cornflower

📋 copy color: '#97BFF2'

red 151 ◦ green 191 ◦ blue 242

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

Shades of Cornflower #97BFF2

Tints of Cornflower #97BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 25.86%
G = 32.71%
B = 41.44%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#97BFF2 (or 0x97BFF2) is known color: Cornflower. HEX triplet: 97, BF and F2. RGB value is (151,191,242). Sum of RGB (Red+Green+Blue) = 151+191+242=584 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.86% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #97BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFF2 is #68400D. Grayscale: #B8B8B8. Windows color (decimal): -6832142 or 15908759. OLE color: 15908759.

HSL color Cylindrical-coordinate representation of color #97BFF2: hue angle of 213.63º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97BFF2 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 191 242 -
CMYK 0.38 0.21 0 0.05
HSL 213.63º 0.78% 0.77% -
HSV(B) 213.63º 0.38% 0.95% -
XYZ 47.42 50.25 91.2 -
YUV 184.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 151 191 242 0.38 0.21 0 0.05 213.63 0.78 0.77
Hex 97 BF F2 26 15 0 5 D6 4E 4D
Octal 227 277 362 46 25 0 5 326 116 115
Binary 10010111 10111111 11110010 100110 10101 0 101 11010110 1001110 1001101

Color Harmonies of #97BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BFF2

Black with #97BFF2

Text Example


Text Example

White with #97BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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