Html Css Color HEX #97DBFD Columbia Blue

📋 copy color: '#97DBFD'

red 151 ◦ green 219 ◦ blue 253

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

Shades of Columbia Blue #97DBFD

Tints of Columbia Blue #97DBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 24.24%
G = 35.15%
B = 40.61%

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

#97DBFD (or 0x97DBFD) is known color: Columbia Blue. HEX triplet: 97, DB and FD. RGB value is (151,219,253). Sum of RGB (Red+Green+Blue) = 151+219+253=623 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.24% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #97DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DBFD is #682402. Grayscale: #CACACA. Windows color (decimal): -6824963 or 16636823. OLE color: 16636823.

HSL color Cylindrical-coordinate representation of color #97DBFD: hue angle of 200º degrees, saturation: 0.96, 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 #97DBFD is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 219 253 -
CMYK 0.40 0.13 0 0.01
HSL 200º 0.96% 0.79% -
HSV(B) 200º 0.4% 0.99% -
XYZ 55.82 64.33 102.4 -
YUV 202.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 151 219 253 0.40 0.13 0 0.01 200 0.96 0.79
Hex 97 DB FD 28 D 0 1 C8 60 4F
Octal 227 333 375 50 15 0 1 310 140 117
Binary 10010111 11011011 11111101 101000 1101 0 1 11001000 1100000 1001111

Color Harmonies of #97DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBFD

Black with #97DBFD

Text Example


Text Example

White with #97DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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