Html Css Color HEX #9CE9FD Columbia Blue

📋 copy color: '#9CE9FD'

red 156 ◦ green 233 ◦ blue 253

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

Shades of Columbia Blue #9CE9FD

Tints of Columbia Blue #9CE9FD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.29%

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 24.3%
G = 36.29%
B = 39.41%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9CE9FD (or 0x9CE9FD) is known color: Columbia Blue. HEX triplet: 9C, E9 and FD. RGB value is (156,233,253). Sum of RGB (Red+Green+Blue) = 156+233+253=642 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.30% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CE9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE9FD is #631602. Grayscale: #D4D4D4. Windows color (decimal): -6493699 or 16640412. OLE color: 16640412.

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

Color convert

RGB 156 233 253 -
CMYK 0.38 0.08 0 0.01
HSL 192.37º 0.96% 0.8% -
HSV(B) 192.37º 0.38% 0.99% -
XYZ 60.58 72.44 103.72 -
YUV 212.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 156 233 253 0.38 0.08 0 0.01 192.37 0.96 0.8
Hex 9C E9 FD 26 8 0 1 C0 60 50
Octal 234 351 375 46 10 0 1 300 140 120
Binary 10011100 11101001 11111101 100110 1000 0 1 11000000 1100000 1010000

Color Harmonies of #9CE9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE9FD

Black with #9CE9FD

Text Example


Text Example

White with #9CE9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,233,253); }

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

background-color css

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

 a { background-color: rgb(156,233,253); }

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

border-color css

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

 span { border-color: rgb(156,233,253); }

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