Html Css Color HEX #97CDEB Cornflower

📋 copy color: '#97CDEB'

red 151 ◦ green 205 ◦ blue 235

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

Shades of Cornflower #97CDEB

Tints of Cornflower #97CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 25.55%
G = 34.69%
B = 39.76%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97CDEB (or 0x97CDEB) is known color: Cornflower. HEX triplet: 97, CD and EB. RGB value is (151,205,235). Sum of RGB (Red+Green+Blue) = 151+205+235=591 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.55% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #97CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CDEB is #683214. Grayscale: #C0C0C0. Windows color (decimal): -6828565 or 15453591. OLE color: 15453591.

HSL color Cylindrical-coordinate representation of color #97CDEB: hue angle of 201.43º 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 #97CDEB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 205 235 -
CMYK 0.36 0.13 0 0.08
HSL 201.43º 0.68% 0.76% -
HSV(B) 201.43º 0.36% 0.92% -
XYZ 49.59 56.24 86.84 -
YUV 192.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 151 205 235 0.36 0.13 0 0.08 201.43 0.68 0.76
Hex 97 CD EB 24 D 0 8 C9 44 4C
Octal 227 315 353 44 15 0 10 311 104 114
Binary 10010111 11001101 11101011 100100 1101 0 1000 11001001 1000100 1001100

Color Harmonies of #97CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CDEB

Black with #97CDEB

Text Example


Text Example

White with #97CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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