Html Css Color HEX #8FDAFA Columbia Blue

📋 copy color: '#8FDAFA'

red 143 ◦ green 218 ◦ blue 250

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

Shades of Columbia Blue #8FDAFA

Tints of Columbia Blue #8FDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 23.4%
G = 35.68%
B = 40.92%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FDAFA (or 0x8FDAFA) is known color: Columbia Blue. HEX triplet: 8F, DA and FA. RGB value is (143,218,250). Sum of RGB (Red+Green+Blue) = 143+218+250=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAFA is #702505. Grayscale: #C7C7C7. Windows color (decimal): -7349510 or 16439951. OLE color: 16439951.

HSL color Cylindrical-coordinate representation of color #8FDAFA: hue angle of 197.94º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDAFA is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 218 250 -
CMYK 0.43 0.13 0 0.02
HSL 197.94º 0.91% 0.77% -
HSV(B) 197.94º 0.43% 0.98% -
XYZ 53.65 62.88 99.75 -
YUV 199.22 156.65 87.9 -
System Red Green Blue C M Y K H S L
Decimal 143 218 250 0.43 0.13 0 0.02 197.94 0.91 0.77
Hex 8F DA FA 2B D 0 2 C6 5B 4D
Octal 217 332 372 53 15 0 2 306 133 115
Binary 10001111 11011010 11111010 101011 1101 0 10 11000110 1011011 1001101

Color Harmonies of #8FDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAFA

Black with #8FDAFA

Text Example


Text Example

White with #8FDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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