Html Css Color HEX #95E3F7 Columbia Blue

📋 copy color: '#95E3F7'

red 149 ◦ green 227 ◦ blue 247

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

Shades of Columbia Blue #95E3F7

Tints of Columbia Blue #95E3F7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.44%

 BLUE value IS 247 (96.88% from 255) = 39.65%

R = 23.92%
G = 36.44%
B = 39.65%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#95E3F7 (or 0x95E3F7) is known color: Columbia Blue. HEX triplet: 95, E3 and F7. RGB value is (149,227,247). Sum of RGB (Red+Green+Blue) = 149+227+247=623 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.92% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #95E3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E3F7 is #6A1C08. Grayscale: #CDCDCD. Windows color (decimal): -6953993 or 16245653. OLE color: 16245653.

HSL color Cylindrical-coordinate representation of color #95E3F7: hue angle of 192.24º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E3F7 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 227 247 -
CMYK 0.40 0.08 0 0.03
HSL 192.24º 0.86% 0.78% -
HSV(B) 192.24º 0.4% 0.97% -
XYZ 56.65 68.04 98.14 -
YUV 205.96 151.16 87.37 -
System Red Green Blue C M Y K H S L
Decimal 149 227 247 0.40 0.08 0 0.03 192.24 0.86 0.78
Hex 95 E3 F7 28 8 0 3 C0 56 4E
Octal 225 343 367 50 10 0 3 300 126 116
Binary 10010101 11100011 11110111 101000 1000 0 11 11000000 1010110 1001110

Color Harmonies of #95E3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E3F7

Black with #95E3F7

Text Example


Text Example

White with #95E3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,247); }

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

background-color css

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

 a { background-color: rgb(149,227,247); }

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

border-color css

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

 span { border-color: rgb(149,227,247); }

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