Html Css Color HEX #8FEAFC Columbia Blue

📋 copy color: '#8FEAFC'

red 143 ◦ green 234 ◦ blue 252

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

Shades of Columbia Blue #8FEAFC

Tints of Columbia Blue #8FEAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.2%

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 22.73%
G = 37.2%
B = 40.06%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FEAFC (or 0x8FEAFC) is known color: Columbia Blue. HEX triplet: 8F, EA and FC. RGB value is (143,234,252). Sum of RGB (Red+Green+Blue) = 143+234+252=629 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.73% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEAFC is #701503. Grayscale: #D0D0D0. Windows color (decimal): -7345412 or 16575119. OLE color: 16575119.

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

Color convert

RGB 143 234 252 -
CMYK 0.43 0.07 0 0.01
HSL 189.91º 0.95% 0.77% -
HSV(B) 189.91º 0.43% 0.99% -
XYZ 58.32 71.71 102.86 -
YUV 208.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 143 234 252 0.43 0.07 0 0.01 189.91 0.95 0.77
Hex 8F EA FC 2B 7 0 1 BE 5F 4D
Octal 217 352 374 53 7 0 1 276 137 115
Binary 10001111 11101010 11111100 101011 111 0 1 10111110 1011111 1001101

Color Harmonies of #8FEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEAFC

Black with #8FEAFC

Text Example


Text Example

White with #8FEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,234,252); }

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

background-color css

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

 a { background-color: rgb(143,234,252); }

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

border-color css

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

 span { border-color: rgb(143,234,252); }

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