Html Css Color HEX #97CBEF Cornflower

📋 copy color: '#97CBEF'

red 151 ◦ green 203 ◦ blue 239

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

Shades of Cornflower #97CBEF

Tints of Cornflower #97CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.23%

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 25.46%
G = 34.23%
B = 40.3%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#97CBEF (or 0x97CBEF) is known color: Cornflower. HEX triplet: 97, CB and EF. RGB value is (151,203,239). Sum of RGB (Red+Green+Blue) = 151+203+239=593 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.46% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #97CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CBEF is #683410. Grayscale: #BFBFBF. Windows color (decimal): -6829073 or 15715223. OLE color: 15715223.

HSL color Cylindrical-coordinate representation of color #97CBEF: hue angle of 204.55º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97CBEF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 203 239 -
CMYK 0.37 0.15 0 0.06
HSL 204.55º 0.73% 0.76% -
HSV(B) 204.55º 0.37% 0.94% -
XYZ 49.7 55.52 89.76 -
YUV 191.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 151 203 239 0.37 0.15 0 0.06 204.55 0.73 0.76
Hex 97 CB EF 25 F 0 6 CD 49 4C
Octal 227 313 357 45 17 0 6 315 111 114
Binary 10010111 11001011 11101111 100101 1111 0 110 11001101 1001001 1001100

Color Harmonies of #97CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CBEF

Black with #97CBEF

Text Example


Text Example

White with #97CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,203,239); }

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

background-color css

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

 a { background-color: rgb(151,203,239); }

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

border-color css

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

 span { border-color: rgb(151,203,239); }

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