Html Css Color HEX #91D9F8 Columbia Blue

📋 copy color: '#91D9F8'

red 145 ◦ green 217 ◦ blue 248

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

Shades of Columbia Blue #91D9F8

Tints of Columbia Blue #91D9F8

RGB

 RED value IS 145 (57.03% from 255) = 23.77%

 GREEN value IS 217 (85.16% from 255) = 35.57%

 BLUE value IS 248 (97.27% from 255) = 40.66%

R = 23.77%
G = 35.57%
B = 40.66%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#91D9F8 (or 0x91D9F8) is known color: Columbia Blue. HEX triplet: 91, D9 and F8. RGB value is (145,217,248). Sum of RGB (Red+Green+Blue) = 145+217+248=610 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.77% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #91D9F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D9F8 is #6E2607. Grayscale: #C6C6C6. Windows color (decimal): -7218696 or 16308625. OLE color: 16308625.

HSL color Cylindrical-coordinate representation of color #91D9F8: hue angle of 198.06º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91D9F8 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 145 217 248 -
CMYK 0.42 0.12 0 0.03
HSL 198.06º 0.88% 0.77% -
HSV(B) 198.06º 0.42% 0.97% -
XYZ 53.43 62.42 98.04 -
YUV 199.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 145 217 248 0.42 0.12 0 0.03 198.06 0.88 0.77
Hex 91 D9 F8 2A C 0 3 C6 58 4D
Octal 221 331 370 52 14 0 3 306 130 115
Binary 10010001 11011001 11111000 101010 1100 0 11 11000110 1011000 1001101

Color Harmonies of #91D9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D9F8

Black with #91D9F8

Text Example


Text Example

White with #91D9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91D9F8; }

 p { color: rgb(145,217,248); }

 H1.HeaderClassName
 {
   color: #91D9F8;
 }
 .AnyTagClassName
 {
   color: #91D9F8;
 }
</style>

background-color css

<style>
 a { background-color: #91D9F8; }

 a { background-color: rgb(145,217,248); }

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

border-color css

<style>
 span { border-color: #91D9F8; }

 span { border-color: rgb(145,217,248); }

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