Html Css Color HEX #9CE5FD Columbia Blue

📋 copy color: '#9CE5FD'

red 156 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #9CE5FD

Tints of Columbia Blue #9CE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.89%

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

R = 24.45%
G = 35.89%
B = 39.66%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9CE5FD (or 0x9CE5FD) is known color: Columbia Blue. HEX triplet: 9C, E5 and FD. RGB value is (156,229,253). Sum of RGB (Red+Green+Blue) = 156+229+253=638 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.45% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE5FD is #631A02. Grayscale: #D1D1D1. Windows color (decimal): -6494723 or 16639388. OLE color: 16639388.

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

Color convert

RGB 156 229 253 -
CMYK 0.38 0.09 0 0.01
HSL 194.85º 0.96% 0.8% -
HSV(B) 194.85º 0.38% 0.99% -
XYZ 59.46 70.2 103.34 -
YUV 209.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 156 229 253 0.38 0.09 0 0.01 194.85 0.96 0.8
Hex 9C E5 FD 26 9 0 1 C3 60 50
Octal 234 345 375 46 11 0 1 303 140 120
Binary 10011100 11100101 11111101 100110 1001 0 1 11000011 1100000 1010000

Color Harmonies of #9CE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE5FD

Black with #9CE5FD

Text Example


Text Example

White with #9CE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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