Html Css Color HEX #97E3FC Columbia Blue

📋 copy color: '#97E3FC'

red 151 ◦ green 227 ◦ blue 252

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

Shades of Columbia Blue #97E3FC

Tints of Columbia Blue #97E3FC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.03%

 BLUE value IS 252 (98.83% from 255) = 40%

R = 23.97%
G = 36.03%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#97E3FC (or 0x97E3FC) is known color: Columbia Blue. HEX triplet: 97, E3 and FC. RGB value is (151,227,252). Sum of RGB (Red+Green+Blue) = 151+227+252=630 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.97% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #97E3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E3FC is #681C03. Grayscale: #CECECE. Windows color (decimal): -6822916 or 16573335. OLE color: 16573335.

HSL color Cylindrical-coordinate representation of color #97E3FC: hue angle of 194.85º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97E3FC is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 227 252 -
CMYK 0.40 0.10 0 0.01
HSL 194.85º 0.94% 0.79% -
HSV(B) 194.85º 0.4% 0.99% -
XYZ 57.8 68.55 102.28 -
YUV 207.13 153.32 87.97 -
System Red Green Blue C M Y K H S L
Decimal 151 227 252 0.40 0.10 0 0.01 194.85 0.94 0.79
Hex 97 E3 FC 28 A 0 1 C3 5E 4F
Octal 227 343 374 50 12 0 1 303 136 117
Binary 10010111 11100011 11111100 101000 1010 0 1 11000011 1011110 1001111

Color Harmonies of #97E3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E3FC

Black with #97E3FC

Text Example


Text Example

White with #97E3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,227,252); }

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

background-color css

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

 a { background-color: rgb(151,227,252); }

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

border-color css

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

 span { border-color: rgb(151,227,252); }

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