Html Css Color HEX #93E2FE Columbia Blue

📋 copy color: '#93E2FE'

red 147 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #93E2FE

Tints of Columbia Blue #93E2FE

RGB

 RED value IS 147 (57.81% from 255) = 23.44%

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

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 23.44%
G = 36.04%
B = 40.51%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93E2FE (or 0x93E2FE) is known color: Columbia Blue. HEX triplet: 93, E2 and FE. RGB value is (147,226,254). Sum of RGB (Red+Green+Blue) = 147+226+254=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #93E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E2FE is #6C1D01. Grayscale: #CDCDCD. Windows color (decimal): -7085314 or 16704147. OLE color: 16704147.

HSL color Cylindrical-coordinate representation of color #93E2FE: hue angle of 195.7º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93E2FE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 226 254 -
CMYK 0.42 0.11 0 0.00
HSL 195.7º 0.98% 0.79% -
HSV(B) 195.7º 0.42% 1% -
XYZ 57.12 67.75 103.83 -
YUV 205.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 147 226 254 0.42 0.11 0 0.00 195.7 0.98 0.79
Hex 93 E2 FE 2A B 0 0 C4 62 4F
Octal 223 342 376 52 13 0 0 304 142 117
Binary 10010011 11100010 11111110 101010 1011 0 0 11000100 1100010 1001111

Color Harmonies of #93E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E2FE

Black with #93E2FE

Text Example


Text Example

White with #93E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93E2FE; }

 p { color: rgb(147,226,254); }

 H1.HeaderClassName
 {
   color: #93E2FE;
 }
 .AnyTagClassName
 {
   color: #93E2FE;
 }
</style>

background-color css

<style>
 a { background-color: #93E2FE; }

 a { background-color: rgb(147,226,254); }

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

border-color css

<style>
 span { border-color: #93E2FE; }

 span { border-color: rgb(147,226,254); }

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