Html Css Color HEX #95E7FC Columbia Blue

📋 copy color: '#95E7FC'

red 149 ◦ green 231 ◦ blue 252

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

Shades of Columbia Blue #95E7FC

Tints of Columbia Blue #95E7FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.87%

R = 23.58%
G = 36.55%
B = 39.87%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#95E7FC (or 0x95E7FC) is known color: Columbia Blue. HEX triplet: 95, E7 and FC. RGB value is (149,231,252). Sum of RGB (Red+Green+Blue) = 149+231+252=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #95E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E7FC is #6A1803. Grayscale: #D0D0D0. Windows color (decimal): -6952964 or 16574357. OLE color: 16574357.

HSL color Cylindrical-coordinate representation of color #95E7FC: hue angle of 192.23º degrees, saturation: 0.94, 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 #95E7FC is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 231 252 -
CMYK 0.41 0.08 0 0.01
HSL 192.23º 0.94% 0.79% -
HSV(B) 192.23º 0.41% 0.99% -
XYZ 58.54 70.57 102.63 -
YUV 208.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 149 231 252 0.41 0.08 0 0.01 192.23 0.94 0.79
Hex 95 E7 FC 29 8 0 1 C0 5E 4F
Octal 225 347 374 51 10 0 1 300 136 117
Binary 10010101 11100111 11111100 101001 1000 0 1 11000000 1011110 1001111

Color Harmonies of #95E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E7FC

Black with #95E7FC

Text Example


Text Example

White with #95E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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