Html Css Color HEX #8CE4FF Columbia Blue

📋 copy color: '#8CE4FF'

red 140 ◦ green 228 ◦ blue 255

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

Shades of Columbia Blue #8CE4FF

Tints of Columbia Blue #8CE4FF

RGB

 RED value IS 140 (55.08% from 255) = 22.47%

 GREEN value IS 228 (89.45% from 255) = 36.6%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 22.47%
G = 36.6%
B = 40.93%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CE4FF (or 0x8CE4FF) is known color: Columbia Blue. HEX triplet: 8C, E4 and FF. RGB value is (140,228,255). Sum of RGB (Red+Green+Blue) = 140+228+255=623 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.47% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE4FF is #731B00. Grayscale: #CCCCCC. Windows color (decimal): -7543553 or 16770188. OLE color: 16770188.

HSL color Cylindrical-coordinate representation of color #8CE4FF: hue angle of 194.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CE4FF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 228 255 -
CMYK 0.45 0.11 0 0
HSL 194.09º 1% 0.77% -
HSV(B) 194.09º 0.45% 1% -
XYZ 56.61 68.28 104.8 -
YUV 204.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 140 228 255 0.45 0.11 0 0 194.09 1 0.77
Hex 8C E4 FF 2D B 0 0 C2 64 4D
Octal 214 344 377 55 13 0 0 302 144 115
Binary 10001100 11100100 11111111 101101 1011 0 0 11000010 1100100 1001101

Color Harmonies of #8CE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE4FF

Black with #8CE4FF

Text Example


Text Example

White with #8CE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CE4FF; }

 p { color: rgb(140,228,255); }

 H1.HeaderClassName
 {
   color: #8CE4FF;
 }
 .AnyTagClassName
 {
   color: #8CE4FF;
 }
</style>

background-color css

<style>
 a { background-color: #8CE4FF; }

 a { background-color: rgb(140,228,255); }

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

border-color css

<style>
 span { border-color: #8CE4FF; }

 span { border-color: rgb(140,228,255); }

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