Html Css Color HEX #8FDAFE Columbia Blue

📋 copy color: '#8FDAFE'

red 143 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #8FDAFE

Tints of Columbia Blue #8FDAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.45%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 23.25%
G = 35.45%
B = 41.3%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8FDAFE (or 0x8FDAFE) is known color: Columbia Blue. HEX triplet: 8F, DA and FE. RGB value is (143,218,254). Sum of RGB (Red+Green+Blue) = 143+218+254=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAFE is #702501. Grayscale: #C7C7C7. Windows color (decimal): -7349506 or 16702095. OLE color: 16702095.

HSL color Cylindrical-coordinate representation of color #8FDAFE: hue angle of 199.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FDAFE is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 218 254 -
CMYK 0.44 0.14 0 0.00
HSL 199.46º 0.98% 0.78% -
HSV(B) 199.46º 0.44% 1% -
XYZ 54.29 63.14 103.09 -
YUV 199.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 143 218 254 0.44 0.14 0 0.00 199.46 0.98 0.78
Hex 8F DA FE 2C E 0 0 C7 62 4E
Octal 217 332 376 54 16 0 0 307 142 116
Binary 10001111 11011010 11111110 101100 1110 0 0 11000111 1100010 1001110

Color Harmonies of #8FDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAFE

Black with #8FDAFE

Text Example


Text Example

White with #8FDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,218,254); }

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

background-color css

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

 a { background-color: rgb(143,218,254); }

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

border-color css

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

 span { border-color: rgb(143,218,254); }

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