Html Css Color HEX #97D4FA Columbia Blue

📋 copy color: '#97D4FA'

red 151 ◦ green 212 ◦ blue 250

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

Shades of Columbia Blue #97D4FA

Tints of Columbia Blue #97D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.58%

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 24.63%
G = 34.58%
B = 40.78%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97D4FA (or 0x97D4FA) is known color: Columbia Blue. HEX triplet: 97, D4 and FA. RGB value is (151,212,250). Sum of RGB (Red+Green+Blue) = 151+212+250=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #97D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D4FA is #682B05. Grayscale: #C5C5C5. Windows color (decimal): -6826758 or 16438423. OLE color: 16438423.

HSL color Cylindrical-coordinate representation of color #97D4FA: hue angle of 203.03º degrees, saturation: 0.91, 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 #97D4FA is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 212 250 -
CMYK 0.40 0.15 0 0.02
HSL 203.03º 0.91% 0.79% -
HSV(B) 203.03º 0.4% 0.98% -
XYZ 53.56 60.57 99.31 -
YUV 198.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 151 212 250 0.40 0.15 0 0.02 203.03 0.91 0.79
Hex 97 D4 FA 28 F 0 2 CB 5B 4F
Octal 227 324 372 50 17 0 2 313 133 117
Binary 10010111 11010100 11111010 101000 1111 0 10 11001011 1011011 1001111

Color Harmonies of #97D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D4FA

Black with #97D4FA

Text Example


Text Example

White with #97D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,212,250); }

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

background-color css

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

 a { background-color: rgb(151,212,250); }

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

border-color css

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

 span { border-color: rgb(151,212,250); }

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