Html Css Color HEX #9CE3FC Columbia Blue

📋 copy color: '#9CE3FC'

red 156 ◦ green 227 ◦ blue 252

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

Shades of Columbia Blue #9CE3FC

Tints of Columbia Blue #9CE3FC

RGB

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

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

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

R = 24.57%
G = 35.75%
B = 39.69%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9CE3FC (or 0x9CE3FC) is known color: Columbia Blue. HEX triplet: 9C, E3 and FC. RGB value is (156,227,252). Sum of RGB (Red+Green+Blue) = 156+227+252=635 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.57% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CE3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE3FC is #631C03. Grayscale: #D0D0D0. Windows color (decimal): -6495236 or 16573340. OLE color: 16573340.

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

Color convert

RGB 156 227 252 -
CMYK 0.38 0.10 0 0.01
HSL 195.63º 0.94% 0.8% -
HSV(B) 195.63º 0.38% 0.99% -
XYZ 58.75 69.03 102.32 -
YUV 208.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 156 227 252 0.38 0.10 0 0.01 195.63 0.94 0.8
Hex 9C E3 FC 26 A 0 1 C4 5E 50
Octal 234 343 374 46 12 0 1 304 136 120
Binary 10011100 11100011 11111100 100110 1010 0 1 11000100 1011110 1010000

Color Harmonies of #9CE3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE3FC

Black with #9CE3FC

Text Example


Text Example

White with #9CE3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,227,252); }

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

background-color css

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

 a { background-color: rgb(156,227,252); }

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

border-color css

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

 span { border-color: rgb(156,227,252); }

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