Html Css Color HEX #8FE4FD Columbia Blue

📋 copy color: '#8FE4FD'

red 143 ◦ green 228 ◦ blue 253

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

Shades of Columbia Blue #8FE4FD

Tints of Columbia Blue #8FE4FD

RGB

 RED value IS 143 (56.25% from 255) = 22.92%

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

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

R = 22.92%
G = 36.54%
B = 40.54%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FE4FD (or 0x8FE4FD) is known color: Columbia Blue. HEX triplet: 8F, E4 and FD. RGB value is (143,228,253). Sum of RGB (Red+Green+Blue) = 143+228+253=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FE4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE4FD is #701B02. Grayscale: #CDCDCD. Windows color (decimal): -7346947 or 16639119. OLE color: 16639119.

HSL color Cylindrical-coordinate representation of color #8FE4FD: hue angle of 193.64º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FE4FD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 228 253 -
CMYK 0.43 0.10 0 0.01
HSL 193.64º 0.96% 0.78% -
HSV(B) 193.64º 0.43% 0.99% -
XYZ 56.8 68.42 103.14 -
YUV 205.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 143 228 253 0.43 0.10 0 0.01 193.64 0.96 0.78
Hex 8F E4 FD 2B A 0 1 C2 60 4E
Octal 217 344 375 53 12 0 1 302 140 116
Binary 10001111 11100100 11111101 101011 1010 0 1 11000010 1100000 1001110

Color Harmonies of #8FE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE4FD

Black with #8FE4FD

Text Example


Text Example

White with #8FE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,228,253); }

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

background-color css

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

 a { background-color: rgb(143,228,253); }

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

border-color css

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

 span { border-color: rgb(143,228,253); }

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