Html Css Color HEX #8FEBFC Columbia Blue

📋 copy color: '#8FEBFC'

red 143 ◦ green 235 ◦ blue 252

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

Shades of Columbia Blue #8FEBFC

Tints of Columbia Blue #8FEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.3%

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

R = 22.7%
G = 37.3%
B = 40%

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

#8FEBFC (or 0x8FEBFC) is known color: Columbia Blue. HEX triplet: 8F, EB and FC. RGB value is (143,235,252). Sum of RGB (Red+Green+Blue) = 143+235+252=630 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.70% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBFC is #701403. Grayscale: #D1D1D1. Windows color (decimal): -7345156 or 16575375. OLE color: 16575375.

HSL color Cylindrical-coordinate representation of color #8FEBFC: hue angle of 189.36º 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 #8FEBFC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 235 252 -
CMYK 0.43 0.07 0 0.01
HSL 189.36º 0.95% 0.77% -
HSV(B) 189.36º 0.43% 0.99% -
XYZ 58.61 72.28 102.96 -
YUV 209.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 143 235 252 0.43 0.07 0 0.01 189.36 0.95 0.77
Hex 8F EB FC 2B 7 0 1 BD 5F 4D
Octal 217 353 374 53 7 0 1 275 137 115
Binary 10001111 11101011 11111100 101011 111 0 1 10111101 1011111 1001101

Color Harmonies of #8FEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBFC

Black with #8FEBFC

Text Example


Text Example

White with #8FEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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