Html Css Color HEX #97E6FB Columbia Blue

📋 copy color: '#97E6FB'

red 151 ◦ green 230 ◦ blue 251

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

Shades of Columbia Blue #97E6FB

Tints of Columbia Blue #97E6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.39%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 23.89%
G = 36.39%
B = 39.72%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97E6FB (or 0x97E6FB) is known color: Columbia Blue. HEX triplet: 97, E6 and FB. RGB value is (151,230,251). Sum of RGB (Red+Green+Blue) = 151+230+251=632 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.89% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #97E6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97E6FB is #681904. Grayscale: #D0D0D0. Windows color (decimal): -6822149 or 16508567. OLE color: 16508567.

HSL color Cylindrical-coordinate representation of color #97E6FB: hue angle of 192.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97E6FB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 230 251 -
CMYK 0.40 0.08 0 0.02
HSL 192.6º 0.93% 0.79% -
HSV(B) 192.6º 0.4% 0.98% -
XYZ 58.47 70.14 101.72 -
YUV 208.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 151 230 251 0.40 0.08 0 0.02 192.6 0.93 0.79
Hex 97 E6 FB 28 8 0 2 C1 5D 4F
Octal 227 346 373 50 10 0 2 301 135 117
Binary 10010111 11100110 11111011 101000 1000 0 10 11000001 1011101 1001111

Color Harmonies of #97E6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E6FB

Black with #97E6FB

Text Example


Text Example

White with #97E6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,230,251); }

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

background-color css

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

 a { background-color: rgb(151,230,251); }

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

border-color css

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

 span { border-color: rgb(151,230,251); }

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