Html Css Color HEX #97BDEB Cornflower

📋 copy color: '#97BDEB'

red 151 ◦ green 189 ◦ blue 235

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

Shades of Cornflower #97BDEB

Tints of Cornflower #97BDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 26.26%
G = 32.87%
B = 40.87%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97BDEB (or 0x97BDEB) is known color: Cornflower. HEX triplet: 97, BD and EB. RGB value is (151,189,235). Sum of RGB (Red+Green+Blue) = 151+189+235=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #97BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BDEB is #684214. Grayscale: #B6B6B6. Windows color (decimal): -6832661 or 15449495. OLE color: 15449495.

HSL color Cylindrical-coordinate representation of color #97BDEB: hue angle of 212.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97BDEB is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 189 235 -
CMYK 0.36 0.20 0 0.08
HSL 212.86º 0.68% 0.76% -
HSV(B) 212.86º 0.36% 0.92% -
XYZ 45.96 48.97 85.63 -
YUV 182.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 151 189 235 0.36 0.20 0 0.08 212.86 0.68 0.76
Hex 97 BD EB 24 14 0 8 D5 44 4C
Octal 227 275 353 44 24 0 10 325 104 114
Binary 10010111 10111101 11101011 100100 10100 0 1000 11010101 1000100 1001100

Color Harmonies of #97BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BDEB

Black with #97BDEB

Text Example


Text Example

White with #97BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,189,235); }

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

background-color css

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

 a { background-color: rgb(151,189,235); }

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

border-color css

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

 span { border-color: rgb(151,189,235); }

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