Html Css Color HEX #8FDCFC Columbia Blue

📋 copy color: '#8FDCFC'

red 143 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #8FDCFC

Tints of Columbia Blue #8FDCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.77%

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

R = 23.25%
G = 35.77%
B = 40.98%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FDCFC (or 0x8FDCFC) is known color: Columbia Blue. HEX triplet: 8F, DC and FC. RGB value is (143,220,252). Sum of RGB (Red+Green+Blue) = 143+220+252=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCFC is #702303. Grayscale: #C8C8C8. Windows color (decimal): -7348996 or 16571535. OLE color: 16571535.

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

Color convert

RGB 143 220 252 -
CMYK 0.43 0.13 0 0.01
HSL 197.61º 0.95% 0.77% -
HSV(B) 197.61º 0.43% 0.99% -
XYZ 54.49 64.05 101.59 -
YUV 200.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 143 220 252 0.43 0.13 0 0.01 197.61 0.95 0.77
Hex 8F DC FC 2B D 0 1 C6 5F 4D
Octal 217 334 374 53 15 0 1 306 137 115
Binary 10001111 11011100 11111100 101011 1101 0 1 11000110 1011111 1001101

Color Harmonies of #8FDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCFC

Black with #8FDCFC

Text Example


Text Example

White with #8FDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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