Html Css Color HEX #95E7FB Columbia Blue

📋 copy color: '#95E7FB'

red 149 ◦ green 231 ◦ blue 251

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

Shades of Columbia Blue #95E7FB

Tints of Columbia Blue #95E7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.61%

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 23.61%
G = 36.61%
B = 39.78%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95E7FB (or 0x95E7FB) is known color: Columbia Blue. HEX triplet: 95, E7 and FB. RGB value is (149,231,251). Sum of RGB (Red+Green+Blue) = 149+231+251=631 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.61% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #95E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E7FB is #6A1804. Grayscale: #D0D0D0. Windows color (decimal): -6952965 or 16508821. OLE color: 16508821.

HSL color Cylindrical-coordinate representation of color #95E7FB: hue angle of 191.76º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E7FB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 231 251 -
CMYK 0.41 0.08 0 0.02
HSL 191.76º 0.93% 0.78% -
HSV(B) 191.76º 0.41% 0.98% -
XYZ 58.38 70.51 101.8 -
YUV 208.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 149 231 251 0.41 0.08 0 0.02 191.76 0.93 0.78
Hex 95 E7 FB 29 8 0 2 C0 5D 4E
Octal 225 347 373 51 10 0 2 300 135 116
Binary 10010101 11100111 11111011 101001 1000 0 10 11000000 1011101 1001110

Color Harmonies of #95E7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E7FB

Black with #95E7FB

Text Example


Text Example

White with #95E7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,231,251); }

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

background-color css

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

 a { background-color: rgb(149,231,251); }

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

border-color css

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

 span { border-color: rgb(149,231,251); }

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