Html Css Color HEX #91DBFC Columbia Blue

📋 copy color: '#91DBFC'

red 145 ◦ green 219 ◦ blue 252

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

Shades of Columbia Blue #91DBFC

Tints of Columbia Blue #91DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.55%

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 23.54%
G = 35.55%
B = 40.91%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#91DBFC (or 0x91DBFC) is known color: Columbia Blue. HEX triplet: 91, DB and FC. RGB value is (145,219,252). Sum of RGB (Red+Green+Blue) = 145+219+252=616 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.54% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #91DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DBFC is #6E2403. Grayscale: #C8C8C8. Windows color (decimal): -7218180 or 16571281. OLE color: 16571281.

HSL color Cylindrical-coordinate representation of color #91DBFC: hue angle of 198.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91DBFC is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 219 252 -
CMYK 0.42 0.13 0 0.01
HSL 198.5º 0.95% 0.78% -
HSV(B) 198.5º 0.42% 0.99% -
XYZ 54.58 63.71 101.52 -
YUV 200.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 145 219 252 0.42 0.13 0 0.01 198.5 0.95 0.78
Hex 91 DB FC 2A D 0 1 C7 5F 4E
Octal 221 333 374 52 15 0 1 307 137 116
Binary 10010001 11011011 11111100 101010 1101 0 1 11000111 1011111 1001110

Color Harmonies of #91DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DBFC

Black with #91DBFC

Text Example


Text Example

White with #91DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,219,252); }

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

background-color css

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

 a { background-color: rgb(145,219,252); }

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

border-color css

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

 span { border-color: rgb(145,219,252); }

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