Html Css Color HEX #91DCFF Columbia Blue

📋 copy color: '#91DCFF'

red 145 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #91DCFF

Tints of Columbia Blue #91DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.48%

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

R = 23.39%
G = 35.48%
B = 41.13%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#91DCFF (or 0x91DCFF) is known color: Columbia Blue. HEX triplet: 91, DC and FF. RGB value is (145,220,255). Sum of RGB (Red+Green+Blue) = 145+220+255=620 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.39% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #91DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCFF is #6E2300. Grayscale: #C9C9C9. Windows color (decimal): -7217921 or 16768145. OLE color: 16768145.

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

Color convert

RGB 145 220 255 -
CMYK 0.43 0.14 0 0
HSL 199.09º 1% 0.78% -
HSV(B) 199.09º 0.43% 1% -
XYZ 55.32 64.43 104.13 -
YUV 201.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 145 220 255 0.43 0.14 0 0 199.09 1 0.78
Hex 91 DC FF 2B E 0 0 C7 64 4E
Octal 221 334 377 53 16 0 0 307 144 116
Binary 10010001 11011100 11111111 101011 1110 0 0 11000111 1100100 1001110

Color Harmonies of #91DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DCFF

Black with #91DCFF

Text Example


Text Example

White with #91DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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