Html Css Color HEX #97E1FE Columbia Blue

📋 copy color: '#97E1FE'

red 151 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #97E1FE

Tints of Columbia Blue #97E1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.71%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 23.97%
G = 35.71%
B = 40.32%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#97E1FE (or 0x97E1FE) is known color: Columbia Blue. HEX triplet: 97, E1 and FE. RGB value is (151,225,254). Sum of RGB (Red+Green+Blue) = 151+225+254=630 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.97% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #97E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E1FE is #681E01. Grayscale: #CDCDCD. Windows color (decimal): -6823426 or 16703895. OLE color: 16703895.

HSL color Cylindrical-coordinate representation of color #97E1FE: hue angle of 196.89º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97E1FE is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 225 254 -
CMYK 0.41 0.11 0 0.00
HSL 196.89º 0.98% 0.79% -
HSV(B) 196.89º 0.41% 1% -
XYZ 57.58 67.59 103.78 -
YUV 206.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 151 225 254 0.41 0.11 0 0.00 196.89 0.98 0.79
Hex 97 E1 FE 29 B 0 0 C5 62 4F
Octal 227 341 376 51 13 0 0 305 142 117
Binary 10010111 11100001 11111110 101001 1011 0 0 11000101 1100010 1001111

Color Harmonies of #97E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E1FE

Black with #97E1FE

Text Example


Text Example

White with #97E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,225,254); }

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

background-color css

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

 a { background-color: rgb(151,225,254); }

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

border-color css

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

 span { border-color: rgb(151,225,254); }

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