Html Css Color HEX #97DBFC Columbia Blue

📋 copy color: '#97DBFC'

red 151 ◦ green 219 ◦ blue 252

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

Shades of Columbia Blue #97DBFC

Tints of Columbia Blue #97DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 24.28%
G = 35.21%
B = 40.51%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#97DBFC (or 0x97DBFC) is known color: Columbia Blue. HEX triplet: 97, DB and FC. RGB value is (151,219,252). Sum of RGB (Red+Green+Blue) = 151+219+252=622 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.28% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #97DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DBFC is #682403. Grayscale: #CACACA. Windows color (decimal): -6824964 or 16571287. OLE color: 16571287.

HSL color Cylindrical-coordinate representation of color #97DBFC: hue angle of 199.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97DBFC is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 219 252 -
CMYK 0.40 0.13 0 0.01
HSL 199.6º 0.94% 0.79% -
HSV(B) 199.6º 0.4% 0.99% -
XYZ 55.66 64.27 101.57 -
YUV 202.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 151 219 252 0.40 0.13 0 0.01 199.6 0.94 0.79
Hex 97 DB FC 28 D 0 1 C8 5E 4F
Octal 227 333 374 50 15 0 1 310 136 117
Binary 10010111 11011011 11111100 101000 1101 0 1 11001000 1011110 1001111

Color Harmonies of #97DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBFC

Black with #97DBFC

Text Example


Text Example

White with #97DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,219,252); }

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

background-color css

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

 a { background-color: rgb(151,219,252); }

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

border-color css

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

 span { border-color: rgb(151,219,252); }

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