Html Css Color HEX #9CE1FE Columbia Blue

📋 copy color: '#9CE1FE'

red 156 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #9CE1FE

Tints of Columbia Blue #9CE1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40%

R = 24.57%
G = 35.43%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9CE1FE (or 0x9CE1FE) is known color: Columbia Blue. HEX triplet: 9C, E1 and FE. RGB value is (156,225,254). Sum of RGB (Red+Green+Blue) = 156+225+254=635 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.57% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1FE is #631E01. Grayscale: #CFCFCF. Windows color (decimal): -6495746 or 16703900. OLE color: 16703900.

HSL color Cylindrical-coordinate representation of color #9CE1FE: hue angle of 197.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CE1FE is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 225 254 -
CMYK 0.39 0.11 0 0.00
HSL 197.76º 0.98% 0.8% -
HSV(B) 197.76º 0.39% 1% -
XYZ 58.52 68.07 103.82 -
YUV 207.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 156 225 254 0.39 0.11 0 0.00 197.76 0.98 0.8
Hex 9C E1 FE 27 B 0 0 C6 62 50
Octal 234 341 376 47 13 0 0 306 142 120
Binary 10011100 11100001 11111110 100111 1011 0 0 11000110 1100010 1010000

Color Harmonies of #9CE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1FE

Black with #9CE1FE

Text Example


Text Example

White with #9CE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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