Html Css Color HEX #97BCDD Cornflower

📋 copy color: '#97BCDD'

red 151 ◦ green 188 ◦ blue 221

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

Shades of Cornflower #97BCDD

Tints of Cornflower #97BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.57%

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 26.96%
G = 33.57%
B = 39.46%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97BCDD (or 0x97BCDD) is known color: Cornflower. HEX triplet: 97, BC and DD. RGB value is (151,188,221). Sum of RGB (Red+Green+Blue) = 151+188+221=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #97BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCDD is #684322. Grayscale: #B4B4B4. Windows color (decimal): -6832931 or 14531735. OLE color: 14531735.

HSL color Cylindrical-coordinate representation of color #97BCDD: hue angle of 208.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97BCDD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 188 221 -
CMYK 0.32 0.15 0 0.13
HSL 208.29º 0.51% 0.73% -
HSV(B) 208.29º 0.32% 0.87% -
XYZ 43.8 47.77 75.32 -
YUV 180.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 151 188 221 0.32 0.15 0 0.13 208.29 0.51 0.73
Hex 97 BC DD 20 F 0 D D0 33 49
Octal 227 274 335 40 17 0 15 320 63 111
Binary 10010111 10111100 11011101 100000 1111 0 1101 11010000 110011 1001001

Color Harmonies of #97BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BCDD

Black with #97BCDD

Text Example


Text Example

White with #97BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,221); }

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

background-color css

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

 a { background-color: rgb(151,188,221); }

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

border-color css

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

 span { border-color: rgb(151,188,221); }

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