Html Css Color HEX #97C0DA Cornflower

📋 copy color: '#97C0DA'

red 151 ◦ green 192 ◦ blue 218

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

Shades of Cornflower #97C0DA

Tints of Cornflower #97C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.22%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 26.92%
G = 34.22%
B = 38.86%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#97C0DA (or 0x97C0DA) is known color: Cornflower. HEX triplet: 97, C0 and DA. RGB value is (151,192,218). Sum of RGB (Red+Green+Blue) = 151+192+218=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #97C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0DA is #683F25. Grayscale: #B6B6B6. Windows color (decimal): -6831910 or 14336151. OLE color: 14336151.

HSL color Cylindrical-coordinate representation of color #97C0DA: hue angle of 203.28º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97C0DA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 192 218 -
CMYK 0.31 0.12 0 0.15
HSL 203.28º 0.48% 0.72% -
HSV(B) 203.28º 0.31% 0.85% -
XYZ 44.27 49.34 73.52 -
YUV 182.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 151 192 218 0.31 0.12 0 0.15 203.28 0.48 0.72
Hex 97 C0 DA 1F C 0 F CB 30 48
Octal 227 300 332 37 14 0 17 313 60 110
Binary 10010111 11000000 11011010 11111 1100 0 1111 11001011 110000 1001000

Color Harmonies of #97C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C0DA

Black with #97C0DA

Text Example


Text Example

White with #97C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,192,218); }

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

background-color css

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

 a { background-color: rgb(151,192,218); }

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

border-color css

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

 span { border-color: rgb(151,192,218); }

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