Html Css Color HEX #9CE1FB Columbia Blue

📋 copy color: '#9CE1FB'

red 156 ◦ green 225 ◦ blue 251

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

Shades of Columbia Blue #9CE1FB

Tints of Columbia Blue #9CE1FB

RGB

 RED value IS 156 (61.33% from 255) = 24.68%

 GREEN value IS 225 (88.28% from 255) = 35.6%

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

R = 24.68%
G = 35.6%
B = 39.72%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9CE1FB (or 0x9CE1FB) is known color: Columbia Blue. HEX triplet: 9C, E1 and FB. RGB value is (156,225,251). Sum of RGB (Red+Green+Blue) = 156+225+251=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1FB is #631E04. Grayscale: #CFCFCF. Windows color (decimal): -6495749 or 16507292. OLE color: 16507292.

HSL color Cylindrical-coordinate representation of color #9CE1FB: hue angle of 196.42º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CE1FB is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 225 251 -
CMYK 0.38 0.10 0 0.02
HSL 196.42º 0.92% 0.8% -
HSV(B) 196.42º 0.38% 0.98% -
XYZ 58.05 67.88 101.31 -
YUV 207.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 156 225 251 0.38 0.10 0 0.02 196.42 0.92 0.8
Hex 9C E1 FB 26 A 0 2 C4 5C 50
Octal 234 341 373 46 12 0 2 304 134 120
Binary 10011100 11100001 11111011 100110 1010 0 10 11000100 1011100 1010000

Color Harmonies of #9CE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1FB

Black with #9CE1FB

Text Example


Text Example

White with #9CE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CE1FB; }

 p { color: rgb(156,225,251); }

 H1.HeaderClassName
 {
   color: #9CE1FB;
 }
 .AnyTagClassName
 {
   color: #9CE1FB;
 }
</style>

background-color css

<style>
 a { background-color: #9CE1FB; }

 a { background-color: rgb(156,225,251); }

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

border-color css

<style>
 span { border-color: #9CE1FB; }

 span { border-color: rgb(156,225,251); }

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