Html Css Color HEX #97EAFF Columbia Blue

📋 copy color: '#97EAFF'

red 151 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #97EAFF

Tints of Columbia Blue #97EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

 BLUE value IS 255 (100% from 255) = 39.84%

R = 23.59%
G = 36.56%
B = 39.84%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#97EAFF (or 0x97EAFF) is known color: Columbia Blue. HEX triplet: 97, EA and FF. RGB value is (151,234,255). Sum of RGB (Red+Green+Blue) = 151+234+255=640 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.59% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #97EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EAFF is #681500. Grayscale: #D3D3D3. Windows color (decimal): -6821121 or 16771735. OLE color: 16771735.

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

Color convert

RGB 151 234 255 -
CMYK 0.41 0.08 0 0
HSL 192.12º 1% 0.8% -
HSV(B) 192.12º 0.41% 1% -
XYZ 60.24 72.64 105.45 -
YUV 211.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 151 234 255 0.41 0.08 0 0 192.12 1 0.8
Hex 97 EA FF 29 8 0 0 C0 64 50
Octal 227 352 377 51 10 0 0 300 144 120
Binary 10010111 11101010 11111111 101001 1000 0 0 11000000 1100100 1010000

Color Harmonies of #97EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EAFF

Black with #97EAFF

Text Example


Text Example

White with #97EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,234,255); }

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

background-color css

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

 a { background-color: rgb(151,234,255); }

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

border-color css

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

 span { border-color: rgb(151,234,255); }

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