Html Css Color HEX #91DCF3 Columbia Blue

📋 copy color: '#91DCF3'

red 145 ◦ green 220 ◦ blue 243

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

Shades of Columbia Blue #91DCF3

Tints of Columbia Blue #91DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.97%

R = 23.85%
G = 36.18%
B = 39.97%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91DCF3 (or 0x91DCF3) is known color: Columbia Blue. HEX triplet: 91, DC and F3. RGB value is (145,220,243). Sum of RGB (Red+Green+Blue) = 145+220+243=608 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.85% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #91DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DCF3 is #6E230C. Grayscale: #C8C8C8. Windows color (decimal): -7217933 or 15981713. OLE color: 15981713.

HSL color Cylindrical-coordinate representation of color #91DCF3: hue angle of 194.08º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91DCF3 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 220 243 -
CMYK 0.40 0.09 0 0.05
HSL 194.08º 0.8% 0.76% -
HSV(B) 194.08º 0.4% 0.95% -
XYZ 53.45 63.68 94.27 -
YUV 200.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 145 220 243 0.40 0.09 0 0.05 194.08 0.8 0.76
Hex 91 DC F3 28 9 0 5 C2 50 4C
Octal 221 334 363 50 11 0 5 302 120 114
Binary 10010001 11011100 11110011 101000 1001 0 101 11000010 1010000 1001100

Color Harmonies of #91DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DCF3

Black with #91DCF3

Text Example


Text Example

White with #91DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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