Html Css Color HEX #9CE7FA Columbia Blue

📋 copy color: '#9CE7FA'

red 156 ◦ green 231 ◦ blue 250

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

Shades of Columbia Blue #9CE7FA

Tints of Columbia Blue #9CE7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 24.49%
G = 36.26%
B = 39.25%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9CE7FA (or 0x9CE7FA) is known color: Columbia Blue. HEX triplet: 9C, E7 and FA. RGB value is (156,231,250). Sum of RGB (Red+Green+Blue) = 156+231+250=637 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.49% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE7FA is #631805. Grayscale: #D2D2D2. Windows color (decimal): -6494214 or 16443292. OLE color: 16443292.

HSL color Cylindrical-coordinate representation of color #9CE7FA: hue angle of 192.13º degrees, saturation: 0.9, 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 #9CE7FA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 231 250 -
CMYK 0.38 0.08 0 0.02
HSL 192.13º 0.9% 0.8% -
HSV(B) 192.13º 0.38% 0.98% -
XYZ 59.54 71.12 101.03 -
YUV 210.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 156 231 250 0.38 0.08 0 0.02 192.13 0.9 0.8
Hex 9C E7 FA 26 8 0 2 C0 5A 50
Octal 234 347 372 46 10 0 2 300 132 120
Binary 10011100 11100111 11111010 100110 1000 0 10 11000000 1011010 1010000

Color Harmonies of #9CE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE7FA

Black with #9CE7FA

Text Example


Text Example

White with #9CE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,231,250); }

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

background-color css

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

 a { background-color: rgb(156,231,250); }

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

border-color css

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

 span { border-color: rgb(156,231,250); }

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