Html Css Color HEX #92E2F5 Columbia Blue

📋 copy color: '#92E2F5'

red 146 ◦ green 226 ◦ blue 245

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

Shades of Columbia Blue #92E2F5

Tints of Columbia Blue #92E2F5

RGB

 RED value IS 146 (57.42% from 255) = 23.66%

 GREEN value IS 226 (88.67% from 255) = 36.63%

 BLUE value IS 245 (96.09% from 255) = 39.71%

R = 23.66%
G = 36.63%
B = 39.71%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#92E2F5 (or 0x92E2F5) is known color: Columbia Blue. HEX triplet: 92, E2 and F5. RGB value is (146,226,245). Sum of RGB (Red+Green+Blue) = 146+226+245=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 245 - color contains mainly: blue. Hex color #92E2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E2F5 is #6D1D0A. Grayscale: #CCCCCC. Windows color (decimal): -7150859 or 16114322. OLE color: 16114322.

HSL color Cylindrical-coordinate representation of color #92E2F5: hue angle of 191.52º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92E2F5 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 226 245 -
CMYK 0.40 0.08 0 0.04
HSL 191.52º 0.83% 0.77% -
HSV(B) 191.52º 0.4% 0.96% -
XYZ 55.53 67.1 96.41 -
YUV 204.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 146 226 245 0.40 0.08 0 0.04 191.52 0.83 0.77
Hex 92 E2 F5 28 8 0 4 C0 53 4D
Octal 222 342 365 50 10 0 4 300 123 115
Binary 10010010 11100010 11110101 101000 1000 0 100 11000000 1010011 1001101

Color Harmonies of #92E2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E2F5

Black with #92E2F5

Text Example


Text Example

White with #92E2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92E2F5; }

 p { color: rgb(146,226,245); }

 H1.HeaderClassName
 {
   color: #92E2F5;
 }
 .AnyTagClassName
 {
   color: #92E2F5;
 }
</style>

background-color css

<style>
 a { background-color: #92E2F5; }

 a { background-color: rgb(146,226,245); }

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

border-color css

<style>
 span { border-color: #92E2F5; }

 span { border-color: rgb(146,226,245); }

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