Html Css Color HEX #91EDFF Columbia Blue

📋 copy color: '#91EDFF'

red 145 ◦ green 237 ◦ blue 255

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

Shades of Columbia Blue #91EDFF

Tints of Columbia Blue #91EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

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

R = 22.76%
G = 37.21%
B = 40.03%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#91EDFF (or 0x91EDFF) is known color: Columbia Blue. HEX triplet: 91, ED and FF. RGB value is (145,237,255). Sum of RGB (Red+Green+Blue) = 145+237+255=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #91EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDFF is #6E1200. Grayscale: #D3D3D3. Windows color (decimal): -7213569 or 16772497. OLE color: 16772497.

HSL color Cylindrical-coordinate representation of color #91EDFF: hue angle of 189.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91EDFF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 145 237 255 -
CMYK 0.43 0.07 0 0
HSL 189.82º 1% 0.78% -
HSV(B) 189.82º 0.43% 1% -
XYZ 60.01 73.81 105.69 -
YUV 211.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 145 237 255 0.43 0.07 0 0 189.82 1 0.78
Hex 91 ED FF 2B 7 0 0 BE 64 4E
Octal 221 355 377 53 7 0 0 276 144 116
Binary 10010001 11101101 11111111 101011 111 0 0 10111110 1100100 1001110

Color Harmonies of #91EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91EDFF

Black with #91EDFF

Text Example


Text Example

White with #91EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,237,255); }

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

background-color css

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

 a { background-color: rgb(145,237,255); }

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

border-color css

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

 span { border-color: rgb(145,237,255); }

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