Html Css Color HEX #97CFFF Columbia Blue

📋 copy color: '#97CFFF'

red 151 ◦ green 207 ◦ blue 255

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

Shades of Columbia Blue #97CFFF

Tints of Columbia Blue #97CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.77%

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

R = 24.63%
G = 33.77%
B = 41.6%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#97CFFF (or 0x97CFFF) is known color: Columbia Blue. HEX triplet: 97, CF and FF. RGB value is (151,207,255). Sum of RGB (Red+Green+Blue) = 151+207+255=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #97CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CFFF is #683000. Grayscale: #C3C3C3. Windows color (decimal): -6828033 or 16764823. OLE color: 16764823.

HSL color Cylindrical-coordinate representation of color #97CFFF: hue angle of 207.69º 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 #97CFFF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 207 255 -
CMYK 0.41 0.19 0 0
HSL 207.69º 1% 0.8% -
HSV(B) 207.69º 0.41% 1% -
XYZ 53.13 58.42 103.08 -
YUV 195.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 151 207 255 0.41 0.19 0 0 207.69 1 0.8
Hex 97 CF FF 29 13 0 0 D0 64 50
Octal 227 317 377 51 23 0 0 320 144 120
Binary 10010111 11001111 11111111 101001 10011 0 0 11010000 1100100 1010000

Color Harmonies of #97CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CFFF

Black with #97CFFF

Text Example


Text Example

White with #97CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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