Html Css Color HEX #91DCF4 Columbia Blue

📋 copy color: '#91DCF4'

red 145 ◦ green 220 ◦ blue 244

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

Shades of Columbia Blue #91DCF4

Tints of Columbia Blue #91DCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.07%

R = 23.81%
G = 36.12%
B = 40.07%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#91DCF4 (or 0x91DCF4) is known color: Columbia Blue. HEX triplet: 91, DC and F4. RGB value is (145,220,244). Sum of RGB (Red+Green+Blue) = 145+220+244=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #91DCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCF4 is #6E230B. Grayscale: #C8C8C8. Windows color (decimal): -7217932 or 16047249. OLE color: 16047249.

HSL color Cylindrical-coordinate representation of color #91DCF4: hue angle of 194.55º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91DCF4 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 220 244 -
CMYK 0.41 0.10 0 0.04
HSL 194.55º 0.82% 0.76% -
HSV(B) 194.55º 0.41% 0.96% -
XYZ 53.6 63.74 95.07 -
YUV 200.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 145 220 244 0.41 0.10 0 0.04 194.55 0.82 0.76
Hex 91 DC F4 29 A 0 4 C3 52 4C
Octal 221 334 364 51 12 0 4 303 122 114
Binary 10010001 11011100 11110100 101001 1010 0 100 11000011 1010010 1001100

Color Harmonies of #91DCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DCF4

Black with #91DCF4

Text Example


Text Example

White with #91DCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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