Html Css Color HEX #95E2FD Columbia Blue

📋 copy color: '#95E2FD'

red 149 ◦ green 226 ◦ blue 253

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

Shades of Columbia Blue #95E2FD

Tints of Columbia Blue #95E2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 23.73%
G = 35.99%
B = 40.29%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#95E2FD (or 0x95E2FD) is known color: Columbia Blue. HEX triplet: 95, E2 and FD. RGB value is (149,226,253). Sum of RGB (Red+Green+Blue) = 149+226+253=628 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.73% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #95E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2FD is #6A1D02. Grayscale: #CDCDCD. Windows color (decimal): -6954243 or 16638613. OLE color: 16638613.

HSL color Cylindrical-coordinate representation of color #95E2FD: hue angle of 195.58º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E2FD is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 226 253 -
CMYK 0.41 0.11 0 0.01
HSL 195.58º 0.96% 0.79% -
HSV(B) 195.58º 0.41% 0.99% -
XYZ 57.32 67.87 103.01 -
YUV 206.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 149 226 253 0.41 0.11 0 0.01 195.58 0.96 0.79
Hex 95 E2 FD 29 B 0 1 C4 60 4F
Octal 225 342 375 51 13 0 1 304 140 117
Binary 10010101 11100010 11111101 101001 1011 0 1 11000100 1100000 1001111

Color Harmonies of #95E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E2FD

Black with #95E2FD

Text Example


Text Example

White with #95E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,226,253); }

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

background-color css

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

 a { background-color: rgb(149,226,253); }

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

border-color css

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

 span { border-color: rgb(149,226,253); }

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