Html Css Color HEX #91DEF2 Columbia Blue

📋 copy color: '#91DEF2'

red 145 ◦ green 222 ◦ blue 242

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

Shades of Columbia Blue #91DEF2

Tints of Columbia Blue #91DEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.74%

R = 23.81%
G = 36.45%
B = 39.74%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91DEF2 (or 0x91DEF2) is known color: Columbia Blue. HEX triplet: 91, DE and F2. RGB value is (145,222,242). Sum of RGB (Red+Green+Blue) = 145+222+242=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #91DEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DEF2 is #6E210D. Grayscale: #C9C9C9. Windows color (decimal): -7217422 or 15916689. OLE color: 15916689.

HSL color Cylindrical-coordinate representation of color #91DEF2: hue angle of 192.37º degrees, saturation: 0.79, 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 #91DEF2 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 222 242 -
CMYK 0.40 0.08 0 0.05
HSL 192.37º 0.79% 0.76% -
HSV(B) 192.37º 0.4% 0.95% -
XYZ 53.83 64.67 93.65 -
YUV 201.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 145 222 242 0.40 0.08 0 0.05 192.37 0.79 0.76
Hex 91 DE F2 28 8 0 5 C0 4F 4C
Octal 221 336 362 50 10 0 5 300 117 114
Binary 10010001 11011110 11110010 101000 1000 0 101 11000000 1001111 1001100

Color Harmonies of #91DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91DEF2

Black with #91DEF2

Text Example


Text Example

White with #91DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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