Html Css Color HEX #95E5FE Columbia Blue

📋 copy color: '#95E5FE'

red 149 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #95E5FE

Tints of Columbia Blue #95E5FE

RGB

 RED value IS 149 (58.59% from 255) = 23.58%

 GREEN value IS 229 (89.84% from 255) = 36.23%

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

R = 23.58%
G = 36.23%
B = 40.19%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#95E5FE (or 0x95E5FE) is known color: Columbia Blue. HEX triplet: 95, E5 and FE. RGB value is (149,229,254). Sum of RGB (Red+Green+Blue) = 149+229+254=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #95E5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E5FE is #6A1A01. Grayscale: #CFCFCF. Windows color (decimal): -6953474 or 16704917. OLE color: 16704917.

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

Color convert

RGB 149 229 254 -
CMYK 0.41 0.10 0 0.00
HSL 194.29º 0.98% 0.79% -
HSV(B) 194.29º 0.41% 1% -
XYZ 58.3 69.58 104.12 -
YUV 207.93 154 85.97 -
System Red Green Blue C M Y K H S L
Decimal 149 229 254 0.41 0.10 0 0.00 194.29 0.98 0.79
Hex 95 E5 FE 29 A 0 0 C2 62 4F
Octal 225 345 376 51 12 0 0 302 142 117
Binary 10010101 11100101 11111110 101001 1010 0 0 11000010 1100010 1001111

Color Harmonies of #95E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E5FE

Black with #95E5FE

Text Example


Text Example

White with #95E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95E5FE; }

 p { color: rgb(149,229,254); }

 H1.HeaderClassName
 {
   color: #95E5FE;
 }
 .AnyTagClassName
 {
   color: #95E5FE;
 }
</style>

background-color css

<style>
 a { background-color: #95E5FE; }

 a { background-color: rgb(149,229,254); }

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

border-color css

<style>
 span { border-color: #95E5FE; }

 span { border-color: rgb(149,229,254); }

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