Html Css Color HEX #91DEFF Columbia Blue

📋 copy color: '#91DEFF'

red 145 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #91DEFF

Tints of Columbia Blue #91DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.69%

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

R = 23.31%
G = 35.69%
B = 41%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#91DEFF (or 0x91DEFF) is known color: Columbia Blue. HEX triplet: 91, DE and FF. RGB value is (145,222,255). Sum of RGB (Red+Green+Blue) = 145+222+255=622 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.31% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #91DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DEFF is #6E2100. Grayscale: #CACACA. Windows color (decimal): -7217409 or 16768657. OLE color: 16768657.

HSL color Cylindrical-coordinate representation of color #91DEFF: hue angle of 198º 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 #91DEFF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 145 222 255 -
CMYK 0.43 0.13 0 0
HSL 198º 1% 0.78% -
HSV(B) 198º 0.43% 1% -
XYZ 55.85 65.48 104.3 -
YUV 202.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 145 222 255 0.43 0.13 0 0 198 1 0.78
Hex 91 DE FF 2B D 0 0 C6 64 4E
Octal 221 336 377 53 15 0 0 306 144 116
Binary 10010001 11011110 11111111 101011 1101 0 0 11000110 1100100 1001110

Color Harmonies of #91DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DEFF

Black with #91DEFF

Text Example


Text Example

White with #91DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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